検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 790 for result (0.027 sec.)
特定の接続から直近のエラーメッセージ文字列を取得する 3501
« pg_insert pg_last_notice » PHP Manual PostgreSQL 関数 特定の接続から直近のエラーメッセージ文字 ... い 可能性があります。 エラー処理を改善するために pg_result_error() 、 pg_result_error_field() 、 pg_result_st ... ist" ); echo pg_last_error ( $dbconn ); ?> 参考 pg_result_error() - 結果に関連するエラーメッセージを取得する ... pg_result_error_field() - エラー報告の各フィールドを返す 関連 ... ッセージ , 接続 , 直近 , 取得 , connection , 特定 , result , 関数 , PostgreSQL , PgSql ...
https://man.plustar.jp/php/function.pg-last-error.html - [similar]
Read work or result data into a buffer for a task 3501
« GearmanTask::jobHandle GearmanTask::returnCode » PHP Manual GearmanTask Read work or result da ... man >= 0.5.0) GearmanTask::recvData — Read work or result data into a buffer for a task 説明 public GearmanT ... ted) 関連キーワード: data , buffer , task , Read , result , into , work , GearmanTask , or , 関数 ...
https://man.plustar.jp/php/gearmantask.recvdata.html - [similar]
Advances the cursor to the next result 3501
« MongoDB\Driver\Cursor::key MongoDB\Driver\Cursor::rewind » PHP Manual MongoDB\Driver\Cursor Ad ... vances the cursor to the next result MongoDB\Driver\Cursor::next (mongodb >=1.9.0) Mong ... ver\Cursor::next — Advances the cursor to the next result 説明 public MongoDB\Driver\Cursor::next (): void パ ... 素に進む 関連キーワード: Driver , ursor , Advances , result , next , Cursor , the , 認証 , Exception , 失敗 ...
https://man.plustar.jp/php/mongodb-driver-cursor.next.html - [similar]
データベース更新の自動コミットをオンまたはオフにする 3501
« mysqli::$affected_rows mysqli::begin_transaction » PHP Manual mysqli データベース更新の自動コミ ... utocommit off */ $mysqli -> autocommit ( false ); $result = $mysqli -> query ( "SELECT @@autocommit" ); $row ... = $result -> fetch_row (); printf ( "Autocommit is %s\n" , $ ... (); print "Committed 2 rows in the database\n" ; $result = $mysqli -> query ( "SELECT @@autocommit" ); $row ... = $result -> fetch_row (); printf ( "Autocommit is %s\n" , $ ...
https://man.plustar.jp/php/mysqli.autocommit.html - [similar]
MySQL Native Driverプラグイン のアーキテクチャ 3501
« mysqlnd plugin APIを取得する mysqlnd のプラグインAPI » PHP Manual MySQL Native Driver プラグイ ... cs.c データベース接続 mysqlnd.c 結果セット mysqlnd_result.c 結果セットのメタデータ mysqlnd_result_meta.c プリ ... tion (MYSQLND) MINIT No mysqlnd_conn_get_methods() Resultset (MYSQLND_RES) MINIT (モジュール初期化) 時 または ... その後 Yes mysqlnd_result_get_methods() または、オブジェクトのメソッド関数テ ... ーブルを変更する Resultset Meta (MYSQLND_RES_METADATA) MINIT (モジュール初 ...
https://man.plustar.jp/php/mysqlnd.plugin.architecture.html - [similar]
SqlStatement クラス 3488
« Session::startTransaction SqlStatement::bind » PHP Manual Mysql_xdevapi SqlStatement クラス Sq ... vapi\SqlStatement public execute (): mysql_xdevapi\Result public getNextResult (): mysql_xdevapi\Result publ ... ic getResult (): mysql_xdevapi\Result public hasMoreResults (): ... ent::execute — 操作を実行する SqlStatement::getNextResult — 次の結果を取得する SqlStatement::getResult — 結果 ... を取得する SqlStatement::hasMoreResults — さらに結果があるかを調べる 関連キーワード: SqlS ...
https://man.plustar.jp/php/class.mysql-xdevapi-sqlstatement.html - [similar]
ひとつまたは複数の配列をマージする 3488
« array_merge_recursive array_multisort » PHP Manual 配列 関数 ひとつまたは複数の配列をマージする ... color" => "green" , "shape" => "trapezoid" , 4 ); $result = array_merge ( $array1 , $array2 ); print_r ( $re ... array1 = array(); $array2 = array( 1 => "data" ); $result = array_merge ( $array1 , $array2 ); ?> 数値添字が ... 1 => 'one_b' , 3 => 'three_b' , 4 => 'four_b' ); $result = $array1 + $array2 ; var_dump ( $result ); ?> 最初 ... $beginning = 'foo' ; $end = array( 1 => 'bar' ); $result = array_merge ((array) $beginning , (array) $end ) ...
https://man.plustar.jp/php/function.array-merge.html - [similar]
Roll back a transaction 3488
« cubrid_put cubrid_schema » PHP Manual CUBRID 関数 Roll back a transaction cubrid_rollback (PEC ... e ( $conn , "SELECT * FROM publishers" ); while ( $result = cubrid_fetch_assoc ( $req )) { printf ( "%-3s %- ... 20s %-15s %-3s %-15s\n" , $result [ "pub_id" ], $result [ "pub_name" ], $result [ "c ... ity" ], $result [ "state" ], $result [ "country" ]); } } cubrid_di ...
https://man.plustar.jp/php/function.cubrid-rollback.html - [similar]
ファイルのハードリンクを作る 3488
« eio_init eio_lstat » PHP Manual Eio 関数 ファイルのハードリンクを作る eio_link (PECL eio >= 0. ... 数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければなりません。 da ... ta は、リクエストに渡すカスタムデータです。 result にはリクエスト固有の結果が格納されます。基本的には ... ardlink.link" ; function my_hardlink_cb ( $data , $result ) { global $link , $filename ; var_dump ( file_exi ... cb" , $link ); } function my_symlink_cb ( $data , $result ) { global $link , $filename ; var_dump ( file_exi ...
https://man.plustar.jp/php/function.eio-link.html - [similar]
シンボリックリンクの値を読む 3488
« eio_readdir eio_realpath » PHP Manual Eio 関数 シンボリックリンクの値を読む eio_readlink (PECL ... 数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければなりません。 da ... ta は、リクエストに渡すカスタムデータです。 result にはリクエスト固有の結果が格納されます。基本的には ... ardlink.link" ; function my_hardlink_cb ( $data , $result ) { global $link , $filename ; var_dump ( file_exi ... cb" , $link ); } function my_symlink_cb ( $data , $result ) { global $link , $filename ; var_dump ( file_exi ...
https://man.plustar.jp/php/function.eio-readlink.html - [similar]