検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 360 for while (0.023 sec.)
Get the status of a background job 4188
« GearmanClient::getErrno GearmanClient::ping » PHP Manual GearmanClient Get the status of a bac ... [ 2 ] . ", denomintor: " . $stat [ 3 ] . "\n" ; } while(! $done ); echo "done!\n" ; ?> 上の例の出力は、 た ...
https://man.plustar.jp/php/gearmanclient.jobstatus.html - [similar]
ジェネレータと Iterator オブジェクトとの比較 4188
« ジェネレータの構文 アトリビュート » PHP Manual ジェネレータ ジェネレータと Iterator オブジェク ... ileHandle = fopen ( $fileName , 'r' )) { return; } while ( false !== $line = fgets ( $fileHandle )) { yield ...
https://man.plustar.jp/php/language.generators.comparison.html - [similar]
Pause the CPU usage timer 4188
« LuaSandbox::loadString LuaSandbox::registerLibrary » PHP Manual LuaSandbox Pause the CPU usage ... n doWait ( $t ) { $end = microtime ( true ) + $t ; while ( microtime ( true ) < $end ) { // waste CPU cycle ...
https://man.plustar.jp/php/luasandbox.pauseusagetimer.html - [similar]
Create a new encryption data key 4188
« MongoDB\Driver\ClientEncryption::__construct MongoDB\Driver\ClientEncryption::decrypt » PHP Ma ... r\Exception\EncryptionException if an error occurs while creating the data key 変更履歴 バージョン 説明 PEC ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.createdatakey.html - [similar]
Checks if the cursor is exhausted or may have additional results 4188
« MongoDB\Driver\Cursor::getServer MongoDB\Driver\Cursor::key » PHP Manual MongoDB\Driver\Cursor ... etMore cannot be issued). An error was encountered while iterating the cursor. The cursor reached its confi ...
https://man.plustar.jp/php/mongodb-driver-cursor.isdead.html - [similar]
データをブロックで送信する 4188
« mysqli_stmt::result_metadata mysqli_stmt::$sqlstate » PHP Manual mysqli_stmt データをブロックで ... " , $null ); $fp = fopen ( "messages.txt" , "r" ); while (! feof ( $fp )) { $stmt -> send_long_data ( 0 , f ...
https://man.plustar.jp/php/mysqli-stmt.send-long-data.html - [similar]
結果セットから次の行を取得する 4188
« PDOStatement::execute PDOStatement::fetchAll » PHP Manual PDOStatement 結果セットから次の行を取 ... R => PDO :: CURSOR_SCROLL )); $stmt -> execute (); while ( $row = $stmt -> fetch ( PDO :: FETCH_NUM , PDO : ... [ 1 ] . "\t" . $row [ 2 ] . "\n" ; print $data ; } while ( $row = $stmt -> fetch ( PDO :: FETCH_NUM , PDO : ...
https://man.plustar.jp/php/pdostatement.fetch.html - [similar]
現在のエントリが配列あるいはオブジェクトである場合に、そのイテレータを返す 4188
« RecursiveArrayIterator RecursiveArrayIterator::hasChildren » PHP Manual RecursiveArrayIterator ... iterator = new RecursiveArrayIterator ( $fruits ); while ( $iterator -> valid ()) { if ( $iterator -> hasCh ...
https://man.plustar.jp/php/recursivearrayiterator.getchildren.html - [similar]
RecursiveDirectoryIterator を作成する 4188
« RecursiveDirectoryIterator RecursiveDirectoryIterator::getChildren » PHP Manual RecursiveDirec ... rectoryIterator ( $directory )); $it -> rewind (); while( $it -> valid ()) { if (! $it -> isDot ()) { echo ...
https://man.plustar.jp/php/recursivedirectoryiterator.construct.html - [similar]
Adds a collection of SolrInputDocument instances to the index 4188
« SolrClient::addDocument SolrClient::commit » PHP Manual SolrClient Adds a collection of SolrIn ... itself, optimizing number of commits to a minimum while still fulfilling the update latency requirements, ...
https://man.plustar.jp/php/solrclient.adddocuments.html - [similar]