検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 218 for handle (0.018 sec.)
Execute a prepared SQL statement 4208
« cubrid_error_msg cubrid_fetch » PHP Manual CUBRID 関数 Execute a prepared SQL statement cubrid ... tements cubrid_close_request() - Close the request handle cubrid_commit() - Commit a transaction cubrid_roll ...
https://man.plustar.jp/php/function.cubrid-execute.html - [similar]
Basic Gearman client and worker, submitting tasks 4208
« Basic Gearman client and worker, background GearmanClient » PHP Manual 例 Basic Gearman client ... created ( $task ) { echo "CREATED: " . $task -> jobHandle () . "\n" ; } function reverse_status ( $task ) { ... echo "STATUS: " . $task -> jobHandle () . " - " . $task -> taskNumerator () . "/" . $ta ... mplete ( $task ) { echo "COMPLETE: " . $task -> jobHandle () . ", " . $task -> data () . "\n" ; } function r ... rse_fail ( $task ) { echo "FAILED: " . $task -> jobHandle () . "\n" ; } function reverse_data ( $task ) { ec ...
https://man.plustar.jp/php/gearman.examples-reverse-task.html - [similar]
配列 4208
« 数値形式の文字列 Iterable » PHP Manual 型 配列 配列 PHP の配列は、実際には順番付けられたマップ ... // ディレクトリから全てのアイテムを配列に代入する $handle = opendir ( '.' ); while ( false !== ( $file = rea ... ddir ( $handle ))) { $files [] = $file ; } closedir ( $handle ); ...
https://man.plustar.jp/php/language.types.array.html - [similar]
The EvLoop class 4166
« EvIo::set EvLoop::backend » PHP Manual Ev The EvLoop class The EvLoop class (PECL ev >= 0.2.0) ... default loop . Unlike the default loop , it cannot handle EvChild watchers. Having threads we have to create ... time collecting EvIo events, so more events can be handled per iteration, at the cost of increasing latency. ...
https://man.plustar.jp/php/class.evloop.html - [similar]
画像をブラウザあるいはファイルに出力する 4166
« imagegetinterpolation imagegrabscreen » PHP Manual GD および Image 関数 画像をブラウザあるいは ... ( 100 , 100 ); // Do some image operations here // Handle output if( function_exists ( 'imagegif' )) { // Fo ...
https://man.plustar.jp/php/function.imagegif.html - [similar]
Add a background task to be run in parallel 4166
« GearmanClient::addTask GearmanClient::addTaskHigh » PHP Manual GearmanClient Add a background ... TATUS: " . $task -> unique () . ", " . $task -> jobHandle () . " - " . $task -> taskNumerator () . "/" . $ta ... erse_fn ( $job ) { echo "Received job: " . $job -> handle () . "\n" ; $workload = $job -> workload (); $work ...
https://man.plustar.jp/php/gearmanclient.addtaskbackground.html - [similar]
Run a single task and return a result [deprecated] 4166
« GearmanClient::data GearmanClient::doBackground » PHP Manual GearmanClient Run a single task a ... erse_fn ( $job ) { echo "Received job: " . $job -> handle () . "\n" ; $workload = $job -> workload (); $work ...
https://man.plustar.jp/php/gearmanclient.do.html - [similar]
Run a single task and return a result 4166
« GearmanClient::doLowBackground GearmanClient::doStatus » PHP Manual GearmanClient Run a single ... erse_fn ( $job ) { echo "Received job: " . $job -> handle () . "\n" ; $workload = $job -> workload (); $work ...
https://man.plustar.jp/php/gearmanclient.donormal.html - [similar]
Win32 エラーコード 4166
« Win32Service サービスフラグ定数 Win32 ベース優先度クラス » PHP Manual 定義済み定数 Win32 エラー ... たサービス状況構造体が無効です。 WIN32_ERROR_INVALID_HANDLE 0x00000006 サービス制御マネージャーデータベースへの ...
https://man.plustar.jp/php/win32service.constants.errors.html - [similar]
Event 4124
« CURLStringFile::__construct はじめに » PHP Manual その他のサービス Event Event はじめに インス ... ttp::setDefaultCallback — Sets default callback to handle requests that are not caught by specific callbacks ...
https://man.plustar.jp/php/book.event.html - [similar]