検索

phrase: max: clip:
target: order:
Results of 571 - 580 of about 615 for Connection (0.042 sec.)
Delete an instance using OID 2968
« cubrid_disconnect cubrid_error_code_facility » PHP Manual CUBRID 関数 Delete an instance using ... he oid of the instance. パラメータ conn_identifier Connection identifier. oid Oid of the instance that you want ...
https://man.plustar.jp/php/function.cubrid-drop.html - [similar]
Get a column using OID 2968
« cubrid_get_server_info cubrid_insert_id » PHP Manual CUBRID 関数 Get a column using OID cubrid ... for the attr argument. パラメータ conn_identifier Connection identifier. oid OID of the instance that you want ...
https://man.plustar.jp/php/function.cubrid-get.html - [similar]
Update a column using OID 2968
« cubrid_prepare cubrid_rollback » PHP Manual CUBRID 関数 Update a column using OID cubrid_put ( ... iative array data type. パラメータ conn_identifier Connection identifier. oid OID of the instance that you want ...
https://man.plustar.jp/php/function.cubrid-put.html - [similar]
イベントが発生した際にコールされるコールバック関数を登録する 2968
« ibase_service_detach ibase_trans » PHP Manual Firebird/InterBase 関数 イベントが発生した際にコ ... es ): resource ibase_set_event_handler ( resource $connection , callable $event_handler , string $event_name , s ...
https://man.plustar.jp/php/function.ibase-set-event-handler.html - [similar]
サーバーとの接続状況を調べ、接続されていない場合は再接続する 2968
« mysql_pconnect mysql_query » PHP Manual MySQL 関数 サーバーとの接続状況を調べ、接続されていない ... 接続する */ if (! mysql_ping ( $conn )) { echo 'Lost connection, exiting after query #1' ; exit; } mysql_free_resu ...
https://man.plustar.jp/php/function.mysql-ping.html - [similar]
直近の行のオブジェクト ID を返す 2968
« pg_last_notice pg_lo_close » PHP Manual PostgreSQL 関数 直近の行のオブジェクト ID を返す pg_la ... ql\Result クラスのインスタンス。 戻り値 指定された connection で、直近に挿入された行に 割り当てられた OID を数値 ...
https://man.plustar.jp/php/function.pg-last-oid.html - [similar]
エラー報告の各フィールドを返す 2968
« pg_query pg_result_error » PHP Manual PostgreSQL 関数 エラー報告の各フィールドを返す pg_result ... blisher" ) or die( "Could not connect" ); if (! pg_connection_busy ( $dbconn )) { pg_send_query ( $dbconn , "sel ...
https://man.plustar.jp/php/function.pg-result-error-field.html - [similar]
結果に関連するエラーメッセージを取得する 2968
« pg_result_error_field pg_result_seek » PHP Manual PostgreSQL 関数 結果に関連するエラーメッセー ... sher" ) or die( "接続できませんでした" ); if (! pg_connection_busy ( $dbconn )) { pg_send_query ( $dbconn , "sel ...
https://man.plustar.jp/php/function.pg-result-error.html - [similar]
Prepares and executes a query 2968
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... d Prepares and executes a query. パラメータ conn A connection resource returned by sqlsrv_connect() . sql The st ... ple <?php $serverName = "serverName\sqlexpress" ; $connectionInfo = array( "Database" => "dbName" , "UID" => "us ... ssword" ); $conn = sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { die( print_r ( sqls ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
マジックメソッド 2968
« オブジェクトの反復処理 finalキーワード » PHP Manual クラスとオブジェクト マジックメソッド マジ ... 期化を行うことです。 例1 sleep と wakeup <?php class Connection { protected $link ; private $dsn , $username , $pa ... できます。 例2 Serialize と unserialize <?php class Connection { protected $link ; private $dsn , $username , $pa ...
https://man.plustar.jp/php/language.oop5.magic.html - [similar]