検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 790 for result (0.023 sec.)
Returns whether the write was acknowledged 3380
« MongoDB\Driver\WriteResult::getWriteErrors MongoDB\BSON » PHP Manual MongoDB\Driver\WriteResult ... her the write was acknowledged MongoDB\Driver\WriteResult::isAcknowledged (mongodb >=1.0.0) MongoDB\Driver\W ... riteResult::isAcknowledged — Returns whether the write was ac ... knowledged 説明 final public MongoDB\Driver\WriteResult::isAcknowledged (): bool If the write is acknowled ... ields will be available on the MongoDB\Driver\WriteResult object. パラメータ この関数にはパラメータはありませ ...
https://man.plustar.jp/php/mongodb-driver-writeresult.isacknowledged.html - [similar]
接続を問い合わせる 3380
« mysqli::ping mysqli::prepare » PHP Manual mysqli 接続を問い合わせる mysqli::poll mysqli_poll ( ... { continue; } foreach ( $links as $link ) { if ( $result = $link -> reap_async_query ()) { print_r ( $resul ... t -> fetch_row ()); if ( is_object ( $result )) mysqli_free_result ( $result ); } else die( spr ...
https://man.plustar.jp/php/mysqli.poll.html - [similar]
Copy data to named shared memory 3380
« SyncSharedMemory::size その他の基本モジュール » PHP Manual SyncSharedMemory Copy data to named ... )) { // Do first time initialization work here. } $result = $mem -> write ( "report.txt" ); var_dump ( $resu ... lt ); $result = $mem -> write ( "report.txt" , - 3 ); var_dump ( ... $result ); ?> 上の例の出力は、 たとえば以下のようになります ...
https://man.plustar.jp/php/syncsharedmemory.write.html - [similar]
のエイリアス ibase_query 3360
« fbird_prepare fbird_restore » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_query fbir ... ect() - のエイリアス ibase_fetch_object fbird_free_result() - のエイリアス ibase_free_result 関連キーワード: ... ery , fbird , fetch , 関数 , errmsg , row , free , result , prepare ...
https://man.plustar.jp/php/function.fbird-query.html - [similar]
拡張サービスのリクエストを準備する 3360
« yaz_es_result yaz_get_option » PHP Manual YAZ 関数 拡張サービスのリクエストを準備する yaz_es ( ... の処理が完了すると、拡張サービス操作の結果が yaz_es_result() で取得できるようになります。 パラメータ id yaz_c ... yaz_es ( $con , "update" , $args ); yaz_wait (); $result = yaz_es_result ( $id ); ?> 参考 yaz_es_result() - ...
https://man.plustar.jp/php/function.yaz-es.html - [similar]
MySQL 拡張モジュールの概要を示す例 3360
« 例 MySQL 関数 » PHP Manual 例 MySQL 拡張モジュールの概要を示す例 MySQL 拡張モジュールの概要を示 ... エリを実行する $query = 'SELECT * FROM my_table' ; $result = mysql_query ( $query ) or die( 'Query failed: ' ... "<table>\n" ; while ( $line = mysql_fetch_array ( $result , MYSQL_ASSOC )) { echo "\t<tr>\n" ; foreach ( $li ... "</table>\n" ; // 結果セットを開放する mysql_free_result ( $result ); // 接続を閉じる mysql_close ( $link ) ...
https://man.plustar.jp/php/mysql.examples-basic.html - [similar]
接続の現在の文字セットを考慮して、SQL 文で使用する文字列の特殊文字をエスケープす... 3360
« mysqli::real_connect mysqli::real_query » PHP Manual mysqli 接続の現在の文字セットを考慮して、 ... '%s'" , $mysqli -> real_escape_string ( $city )); $result = $mysqli -> query ( $query ); printf ( "Select re ... turned %d rows.\n" , $result -> num_rows ); /* このクエリは失敗します。なぜなら ... CountryCode FROM City WHERE name='%s'" , $city ); $result = $mysqli -> query ( $query ); 手続き型 <?php mysq ... , mysqli_real_escape_string ( $mysqli , $city )); $result = mysqli_query ( $mysqli , $query ); printf ( "Sel ...
https://man.plustar.jp/php/mysqli.real-escape-string.html - [similar]
PostgreSQL 関数 3360
« 基本的な使い方 pg_affected_rows » PHP Manual PostgreSQL PostgreSQL 関数 PostgreSQL 関数 注意 注 ... fetch_object — 行をオブジェクトとして得る pg_fetch_result — 結果インスタンスから値を返す pg_fetch_row — 数値 ... 送信を待っているクエリデータをフラッシュする pg_free_result — クエリ結果のメモリを開放する pg_get_notify — SQL ... _get_pid — バックエンドのプロセス ID を得る pg_get_result — 非同期クエリの結果を取得する pg_host — 接続に関連 ... 信し、その結果を待つ pg_query — クエリを実行する pg_result_error_field — エラー報告の各フィールドを返す pg_re ...
https://man.plustar.jp/php/ref.pgsql.html - [similar]
Statement クラス 3340
« SqlStatementResult::nextResult Statement::__construct » PHP Manual Mysql_xdevapi Statement クラ ... st int BUFFERED = 2 ; /* メソッド */ public getNextResult (): mysql_xdevapi\Result public getResult (): mysq ... l_xdevapi\Result public hasMoreResults (): bool } 定義済み定数 mysq ... uct — Statement のコンストラクタ Statement::getNextResult — 次の結果を取得する Statement::getResult — 結果を ... 取得する Statement::hasMoreResults — さらに結果があるかを調べる 関連キーワード: Stat ...
https://man.plustar.jp/php/class.mysql-xdevapi-statement.html - [similar]
シンボリックリンクを作る 3340
« eio_statvfs eio_sync_file_range » PHP Manual Eio 関数 シンボリックリンクを作る eio_symlink (PE ... 数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければなりません。 da ... ta は、リクエストに渡すカスタムデータです。 result にはリクエスト固有の結果が格納されます。基本的には ... /symlink.link" ; function my_symlink_cb ( $data , $result ) { global $link , $filename ; var_dump ( file_exi ... filename ); } } function my_readlink_cb ( $data , $result ) { global $filename , $link ; var_dump ( $result ...
https://man.plustar.jp/php/function.eio-symlink.html - [similar]