検索

phrase: max: clip:
target: order:
Results of 21 - 29 of about 29 for returnCode (0.012 sec.)
Basic Gearman client and worker, submitting tasks 6819
« Basic Gearman client and worker, background GearmanClient » PHP Manual 例 Basic Gearman client ... ; while( $gmworker -> work ()) { if ( $gmworker -> returnCode () != GEARMAN_SUCCESS ) { echo "return_code: " . $ ... gmworker -> returnCode () . "\n" ; break; } } function reverse_fn ( $job ...
https://man.plustar.jp/php/gearman.examples-reverse-task.html - [similar]
Run a list of tasks in parallel 6819
« GearmanClient::returnCode GearmanClient::setClientCallback » PHP Manual GearmanClient Run a li ...
https://man.plustar.jp/php/gearmanclient.runtasks.html - [similar]
The GearmanClient class 6738
« Basic Gearman client and worker, submitting tasks GearmanClient::addOptions » PHP Manual Gearm ... public removeOptions ( int $options ): bool public returnCode (): int public runTasks (): bool public setClientC ... moveOptions — Remove client options GearmanClient::returnCode — Get the last Gearman return code GearmanClient:: ...
https://man.plustar.jp/php/class.gearmanclient.html - [similar]
Add a background task to be run in parallel 6738
« GearmanClient::addTask GearmanClient::addTaskHigh » PHP Manual GearmanClient Add a background ... ; while( $gmworker -> work ()) { if ( $gmworker -> returnCode () != GEARMAN_SUCCESS ) { echo "return_code: " . $ ... gmworker -> returnCode () . "\n" ; break; } } function reverse_fn ( $job ...
https://man.plustar.jp/php/gearmanclient.addtaskbackground.html - [similar]
Send data for a task (deprecated) 6738
« GearmanTask::returnCode GearmanTask::sendWorkload » PHP Manual GearmanTask Send data for a tas ...
https://man.plustar.jp/php/gearmantask.senddata.html - [similar]
Give the worker an identifier so it can be tracked when asking gearmand for the ... 6738
« GearmanWorker::returnCode GearmanWorker::setOptions » PHP Manual GearmanWorker Give the worker ...
https://man.plustar.jp/php/gearmanworker.setid.html - [similar]
Read work or result data into a buffer for a task 6673
« GearmanTask::jobHandle GearmanTask::returnCode » PHP Manual GearmanTask Read work or result da ...
https://man.plustar.jp/php/gearmantask.recvdata.html - [similar]
Run a task in the background 6428
« GearmanClient::do GearmanClient::doHigh » PHP Manual GearmanClient Run a task in the backgroun ... "reverse" , "this is a test" ); if ( $gmclient -> returnCode () != GEARMAN_SUCCESS ) { echo "bad return code\n" ...
https://man.plustar.jp/php/gearmanclient.dobackground.html - [similar]
Get the status of a background job 6428
« GearmanClient::getErrno GearmanClient::ping » PHP Manual GearmanClient Get the status of a bac ... "reverse" , "this is a test" ); if ( $gmclient -> returnCode () != GEARMAN_SUCCESS ) { echo "bad return code\n" ...
https://man.plustar.jp/php/gearmanclient.jobstatus.html - [similar]
PREV 1 2 3 NEXT