検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 19 for con (0.006 sec.)
Close a database connection 11884
« cubrid_current_oid cubrid_drop » PHP Manual CUBRID 関数 Close a database connection cubrid_dis ... connect (PECL CUBRID >= 8.3.0) cubrid_disconnect — Close a database connection 説明 cubrid_disc ... onnect ( resource $conn_identifier = ? ): bool The cubrid_disconnect() fu ... nction closes the connection handle and disconnects from server. If any ... QL compatible function cubrid_close() . パラメータ conn_identifier Connection identifier. 戻り値 成功した ...
https://man.plustar.jp/php/function.cubrid-disconnect.html - [similar]
Establish the environment for connecting to CUBRID server 11389
« cubrid_commit cubrid_connect » PHP Manual CUBRID 関数 Establish the environment for connecting ... to CUBRID server cubrid_connect_with_url (PECL CUBRID >= 8.3.1) cubrid_connect ... _with_url — Establish the environment for connecting to CUBRID server 説明 cubrid_connect_with_u ... rl ( string $conn_url , string $userid = ? , string $passwd = ? , b ... ool $new_link = false ): resource The cubrid_connect_with_url() function is used to establish the e ...
https://man.plustar.jp/php/function.cubrid-connect-with-url.html - [similar]
Open a persistent connection to CUBRID server 11081
« cubrid_num_rows cubrid_pconnect » PHP Manual CUBRID 関数 Open a persistent connection to CUBRI ... D server cubrid_pconnect_with_url (PECL CUBRID >= 8.3.1) cubrid_pconnec ... t_with_url — Open a persistent connection to CUBRID server 説明 cubrid_pconnect_with_ ... url ( string $conn_url , string $userid = ? , string $passwd = ? ): ... resource Establishes a persistent connection to a CUBRID server. cubrid_pconnect_with_ur ...
https://man.plustar.jp/php/function.cubrid-pconnect-with-url.html - [similar]
10586
« 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that esta ... blishes a connection between PHP and CUBRID. This section will c ... d notable features. The following code required to connect to CUBRID database, which means CUBRID Server ... of Data Retrieval <html> <head> <meta http-equiv="content-type" content="text/html; charset=euc-kr"> </h ... r=2> <?php /** * Set server information for CUBRID connection. host_ip is the IP * address where the CUBR ...
https://man.plustar.jp/php/cubrid.examples.html - [similar]
Close CUBRID connection 9920
« cubrid_client_encoding cubrid_data_seek » PHP Manual CUBRID MySQL 互換関数 Close CUBRID connec ... (PECL CUBRID >= 8.3.1) cubrid_close — Close CUBRID connection 説明 cubrid_close ( resource $conn_identifi ... s the transaction currently in process, closes the connection handle and disconnects from server. If ther ... ed. It is similar to the CUBRID function cubrid_disconnect() . パラメータ conn_identifier The CUBRID conn ... ection identifier. If the connection identifier is not specified, the last conne ...
https://man.plustar.jp/php/function.cubrid-close.html - [similar]
Bind variables to a prepared statement as parameters 9784
« CUBRID 関数 cubrid_close_prepare » PHP Manual CUBRID 関数 Bind variables to a prepared stateme ... ctually bind value type is not stream, CUBRID will convert it to string, and use it as the full path and ... types support. 例 例1 cubrid_bind() example <?php $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ... , "dba" ); $result = cubrid_execute ( $conn , "SELECT code FROM event WHERE sports='Basketbal ... request ( $result ); $game_req = cubrid_prepare ( $conn , "SELECT athlete_code FROM game WHERE host_year= ...
https://man.plustar.jp/php/function.cubrid-bind.html - [similar]
Close the request handle 8554
« cubrid_bind cubrid_close_request » PHP Manual CUBRID 関数 Close the request handle cubrid_clos ... cess. 例 例1 cubrid_close_prepare() example <?php $con = cubrid_connect ( "localhost" , 33000 , "demodb" ... , "dba" , "" ); if ( $con ) { echo "connected successfully" ; $req = cubrid_ ... execute ( $con , "select * from members" , CUBRID_INCLUDE_OID | C ... you can use cubrid_close_request($req) } cubrid_disconnect ( $con ); } ?> 参考 cubrid_close_request() - C ...
https://man.plustar.jp/php/function.cubrid-close-prepare.html - [similar]
Close the request handle 8554
« cubrid_close_prepare cubrid_col_get » PHP Manual CUBRID 関数 Close the request handle cubrid_c ... cess. 例 例1 cubrid_close_request() example <?php $con = cubrid_connect ( "localhost" , 33000 , "demodb" ... , "dba" , "" ); if ( $con ) { echo "connected successfully" ; $req = cubrid_ ... execute ( $con , "select * from members" , CUBRID_INCLUDE_OID | C ... you can use cubrid_close_prepare($req) } cubrid_disconnect ( $con ); } ?> 参考 cubrid_close_prepare() - C ...
https://man.plustar.jp/php/function.cubrid-close-request.html - [similar]
Get the error message 8366
« cubrid_errno cubrid_fetch_array » PHP Manual CUBRID MySQL 互換関数 Get the error message cubri ... et the error message 説明 cubrid_error ( resource $connection = ? ): string The cubrid_error() function i ... API returns false as its return value. パラメータ connection The CUBRID connection. 戻り値 Error message ... hat occurred. 例 例1 cubrid_error() example <?php $con = cubrid_connect ( 'localhost' , 33000 , 'demodb' ... , 'dba' , '' ); $req = cubrid_execute ( $con , "select id, name from person" ); if ( $req ) { w ...
https://man.plustar.jp/php/function.cubrid-error.html - [similar]
Return the numerical value of the error message from previous CUBRID operation 8196
« cubrid_db_name cubrid_error » PHP Manual CUBRID MySQL 互換関数 Return the numerical value of t ... ous CUBRID operation 説明 cubrid_errno ( resource $conn_identifier = ? ): int Returns the error number fr ... API returns false as its return value. パラメータ conn_identifier The CUBRID connection identifier. If t ... he connection identifier is not specified, the last conne ... ction opened by cubrid_connect() is assumed. 戻り値 Returns the error number ...
https://man.plustar.jp/php/function.cubrid-errno.html - [similar]
PREV 1 2 NEXT