検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 360 for while (0.022 sec.)
ユーザー定義のストリームフィルタを登録する 4419
« stream_filter_prepend stream_filter_remove » PHP Manual ストリーム 関数 ユーザー定義のストリー ... n filter ( $in , $out , & $consumed , $closing ) { while ( $bucket = stream_bucket_make_writeable ( $in )) ... n filter ( $in , $out , & $consumed , $closing ) { while ( $bucket = stream_bucket_make_writeable ( $in )) ...
https://man.plustar.jp/php/function.stream-filter-register.html - [similar]
Wait for and perform jobs 4419
« GearmanWorker::wait GearmanException » PHP Manual GearmanWorker Wait for and perform jobs Gear ... ); # start te worker listening for job submissions while ( $worker -> work ()); function my_reverse_functio ...
https://man.plustar.jp/php/gearmanworker.work.html - [similar]
Set the memory limit for the Lua environment 4419
« LuaSandbox::setCPULimit LuaSandbox::unpauseUsageTimer » PHP Manual LuaSandbox Set the memory l ... Lua code $sandbox -> loadString ( 'local x = "x"; while true do x = x .. x; end' )-> call (); ?> 上の例の出 ...
https://man.plustar.jp/php/luasandbox.setmemorylimit.html - [similar]
結果セットの次の行を取得し、オブジェクトとして返す 4419
« mysqli_result::fetch_fields mysqli_result::fetch_row » PHP Manual mysqli_result 結果セットの次 ... y ( $query ); /* オブジェクトの配列を取得します */ while ( $obj = $result -> fetch_object ()) { printf ( "% ... ery ( $link , $query ); /* 連想配列を取得します */ while ( $obj = mysqli_fetch_object ( $result )) { printf ...
https://man.plustar.jp/php/mysqli-result.fetch-object.html - [similar]
次の行を読み出す 4419
« SplFileObject::key SplFileObject::rewind » PHP Manual SplFileObject 次の行を読み出す SplFileOb ... を読み込む $file = new SplFileObject ( "misc.txt" ); while (! $file -> eof ()) { echo $file -> current (); $f ...
https://man.plustar.jp/php/splfileobject.next.html - [similar]
SQL クエリを実行する 4419
« SQLite3::prepare SQLite3::querySingle » PHP Manual SQLite3 SQL クエリを実行する SQLite3::query ... $results = $db -> query ( 'SELECT bar FROM foo' ); while ( $row = $results -> fetchArray ()) { var_dump ( $ ...
https://man.plustar.jp/php/sqlite3.query.html - [similar]
Test training params on subsets of the training data 4419
« SVM::__construct SVM::getOptions » PHP Manual SVM Test training params on subsets of the train ... eatedly trains on one subset and tests on another. While the accuracy will generally be lower than a SVM tr ...
https://man.plustar.jp/php/svm.crossvalidate.html - [similar]
4419
« Win32ServiceException win32service 関数 » PHP Manual win32service 例 例 例1 PHP スクリプトをサ ... in32_start_service_ctrl_dispatcher ( 'dummyphp' ); while ( WIN32_SERVICE_CONTROL_STOP != win32_get_last_con ...
https://man.plustar.jp/php/win32service.examples.html - [similar]
現在のキーを取得する 4339
« AppendIterator::getIteratorIndex AppendIterator::next » PHP Manual AppendIterator 現在のキーを ... y_b ); // Manual iteration $iterator -> rewind (); while ( $iterator -> valid ()) { echo $iterator -> key ( ...
https://man.plustar.jp/php/appenditerator.key.html - [similar]
The parallel\Runtime class 4339
« parallel\run parallel\Runtime::__construct » PHP Manual parallel The parallel\Runtime class Th ... te all of the tasks that were scheduled, and block while doing so. Runtime Bootstrapping When a new runtime ...
https://man.plustar.jp/php/class.parallel-runtime.html - [similar]