検索

phrase: max: clip:
target: order:
Results of 541 - 550 of about 790 for result (0.066 sec.)
Write to a lob object 2889
« cubrid_lob2_tell cubrid_lock_read » PHP Manual CUBRID 関数 Write to a lob object cubrid_lob2_w ... now. パラメータ lob_identifier Lob identifier as a result of cubrid_lob2_new() or get from the result set. b ...
https://man.plustar.jp/php/function.cubrid-lob2-write.html - [similar]
fd で指定したファイル内でのオフセットを、offset と whence に従って移動する 2889
« eio_rmdir eio_sendfile » PHP Manual Eio 関数 fd で指定したファイル内でのオフセットを、offset と ... 数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければなりません。 da ... ta は、リクエストに渡すカスタムデータです。 result にはリクエスト固有の結果が格納されます。基本的には ...
https://man.plustar.jp/php/function.eio-seek.html - [similar]
ファイルディスクリプタ間でデータを転送する 2889
« eio_seek eio_set_max_idle » PHP Manual Eio 関数 ファイルディスクリプタ間でデータを転送する eio ... 数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければなりません。 da ... ta は、リクエストに渡すカスタムデータです。 result にはリクエスト固有の結果が格納されます。基本的には ...
https://man.plustar.jp/php/function.eio-sendfile.html - [similar]
ファイルセグメントをディスクに同期する 2889
« eio_symlink eio_sync » PHP Manual Eio 関数 ファイルセグメントをディスクに同期する eio_sync_fil ... 数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければなりません。 da ... ta は、リクエストに渡すカスタムデータです。 result にはリクエスト固有の結果が格納されます。基本的には ...
https://man.plustar.jp/php/function.eio-sync-file-range.html - [similar]
ドメイン名をIDNAのASCII形式に変換する 2889
« IDN 関数 idn_to_utf8 » PHP Manual IDN 関数 ドメイン名をIDNAのASCII形式に変換する idn_to_ascii ... S46 の場合だけです。 このとき、このパラメータには 'result' 、 'isTransitionalDifferent' 、そして 'errors' の ... 三つのキーを含む配列が入ります。 'result' にはおそらく不正だと考えられる変換結果、 'isTrans ...
https://man.plustar.jp/php/function.idn-to-ascii.html - [similar]
IDNAのASCII方式でエンコードされたドメイン名をUnicodeに変換する 2889
« idn_to_ascii IntlChar » PHP Manual IDN 関数 IDNAのASCII方式でエンコードされたドメイン名をUnico ... S46 の場合だけです。 このとき、このパラメータには 'result' 、 'isTransitionalDifferent' 、そして 'errors' の ... 三つのキーを含む配列が入ります。 'result' にはおそらく不正だと考えられる変換結果、 'isTrans ...
https://man.plustar.jp/php/function.idn-to-utf8.html - [similar]
Execute a database command that reads and writes 2889
« MongoDB\Driver\Manager::executeReadCommand MongoDB\Driver\Manager::executeWriteCommand » PHP M ... This option is available in MongoDB 3.2+ and will result in an exception at execution time if specified for ... "readConcern" or "writeConcern" option. This will result in an MongoDB\Driver\Exception\InvalidArgumentExce ...
https://man.plustar.jp/php/mongodb-driver-manager.executereadwritecommand.html - [similar]
Execute a database command that reads on this server 2889
« MongoDB\Driver\Server::executeQuery MongoDB\Driver\Server::executeReadWriteCommand » PHP Manua ... This option is available in MongoDB 3.2+ and will result in an exception at execution time if specified for ... "readConcern" or "writeConcern" option. This will result in an MongoDB\Driver\Exception\InvalidArgumentExce ...
https://man.plustar.jp/php/mongodb-driver-server.executereadcommand.html - [similar]
Execute a database command that reads and writes on this server 2889
« MongoDB\Driver\Server::executeReadCommand MongoDB\Driver\Server::executeWriteCommand » PHP Man ... This option is available in MongoDB 3.2+ and will result in an exception at execution time if specified for ... "readConcern" or "writeConcern" option. This will result in an MongoDB\Driver\Exception\InvalidArgumentExce ...
https://man.plustar.jp/php/mongodb-driver-server.executereadwritecommand.html - [similar]
ドキュメントを検索する 2889
« Collection::existsInDatabase Collection::getName » PHP Manual mysql_xdevapi\Collection ドキュメ ... ction -> find ( 'job LIKE :job AND age > :age' ); $result = $find -> bind ([ 'job' => 'Teacher' , 'age' => 2 ... e DESC' ) -> limit ( 2 ) -> execute (); print_r ( $result -> fetchAll ()); ?> 上の例の出力は以下となります。 ...
https://man.plustar.jp/php/mysql-xdevapi-collection.find.html - [similar]