検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 29 for returnCode (0.005 sec.)
Remove client options 8369
« GearmanClient::ping GearmanClient::returnCode » PHP Manual GearmanClient Remove client options ... 関連キーワード: Remove , options , removeOptions , returnCode , public , int , Removes , unsets , パラメータ , r ...
https://man.plustar.jp/php/gearmanclient.removeoptions.html - [similar]
Get the status for the running task 8125
« GearmanClient::doNormal GearmanClient::echo » PHP Manual GearmanClient Get the status for the ... us return packets and errors. switch( $gmclient -> returnCode ()) { case GEARMAN_WORK_DATA : break; case GEARMAN ... CESS : break; default: echo "RET: " . $gmclient -> returnCode () . "\n" ; exit; } } while( $gmclient -> returnCo ...
https://man.plustar.jp/php/gearmanclient.dostatus.html - [similar]
Gearman 7880
« FTP\Connection はじめに » PHP Manual その他のサービス Gearman Gearman はじめに インストール/設 ... moveOptions — Remove client options GearmanClient::returnCode — Get the last Gearman return code GearmanClient:: ... earmanJob::handle — Get the job handle GearmanJob::returnCode — Get last return code GearmanJob::sendComplete — ... result data into a buffer for a task GearmanTask::returnCode — Get the last return code GearmanTask::sendData — ... moveOptions — Remove worker options GearmanWorker::returnCode — Get last Gearman return code GearmanWorker::setI ...
https://man.plustar.jp/php/book.gearman.html - [similar]
Basic Gearman client and worker, background 7798
« Basic usage Basic Gearman client and worker, submitting tasks » PHP Manual 例 Basic Gearman cl ... "reverse" , "this is a test" ); if ( $gmclient -> returnCode () != GEARMAN_SUCCESS ) { echo "bad return code\n" ... ; 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-bg.html - [similar]
The GearmanTask class 7554
« GearmanJob::workloadSize GearmanTask::__construct » PHP Manual Gearman The GearmanTask class T ... ng public recvData ( int $data_len ): array public returnCode (): int public sendData ( string $data ): int publ ... result data into a buffer for a task GearmanTask::returnCode — Get the last return code GearmanTask::sendData — ...
https://man.plustar.jp/php/class.gearmantask.html - [similar]
The GearmanJob class 7472
« GearmanClient::wait GearmanJob::complete » PHP Manual Gearman The GearmanJob class The Gearman ... ionName (): string public handle (): string public returnCode (): int public sendComplete ( string $result ): bo ... earmanJob::handle — Get the job handle GearmanJob::returnCode — Get last return code GearmanJob::sendComplete — ...
https://man.plustar.jp/php/class.gearmanjob.html - [similar]
The GearmanWorker class 7391
« GearmanTask::uuid GearmanWorker::addFunction » PHP Manual Gearman The GearmanWorker class The ... public removeOptions ( int $option ): bool public returnCode (): int public setId ( string $id ): bool public s ... moveOptions — Remove worker options GearmanWorker::returnCode — Get last Gearman return code GearmanWorker::setI ...
https://man.plustar.jp/php/class.gearmanworker.html - [similar]
Get the job handle 6901
« GearmanJob::functionName GearmanJob::returnCode » PHP Manual GearmanJob Get the job handle Gea ...
https://man.plustar.jp/php/gearmanjob.handle.html - [similar]
Send the result and complete status 6901
« GearmanJob::returnCode GearmanJob::sendData » PHP Manual GearmanJob Send the result and comple ...
https://man.plustar.jp/php/gearmanjob.sendcomplete.html - [similar]
Remove worker options 6901
« GearmanWorker::register GearmanWorker::returnCode » PHP Manual GearmanWorker Remove worker opt ...
https://man.plustar.jp/php/gearmanworker.removeoptions.html - [similar]
PREV 1 2 3 NEXT