Results of 1 - 10 of about 29 for returnCode (0.001 sec.)
- Get last return code 12008
- « GearmanJob::handle GearmanJob::sendComplete » PHP Manual GearmanJob Get last return code Gearm
... anJob::returnCode (PECL gearman >= 0.5.0) GearmanJob::returnCode — G ... et last return code 説明 public GearmanJob::returnCode (): int Return ... s the last return code issued by the job server. パラメータ この関数には ... パラメータはありません。 戻り値 A valid Gearman return code. 参考 GearmanTask::returnCode() - Get the last re ...
-
https://man.plustar.jp/php/gearmanjob.returncode.html
- [similar]
- Get the last return code 12008
- « GearmanTask::recvData GearmanTask::sendData » PHP Manual GearmanTask Get the last return code
... GearmanTask::returnCode (PECL gearman >= 0.5.0) GearmanTask::returnCode — ... Get the last return code 説明 public GearmanTask::returnCode (): int Retur ... ns the last Gearman return code for this task. パラメータ この関数にはパラメータは ... ありません。 戻り値 A valid Gearman return code. 参考 GearmanClient::returnCode() - Get the last ...
-
https://man.plustar.jp/php/gearmantask.returncode.html
- [similar]
- Get the last Gearman return code 10882
- « GearmanClient::removeOptions GearmanClient::runTasks » PHP Manual GearmanClient Get the last G
... earman return code GearmanClient::returnCode (PECL gearman >= 0.5.0) ... GearmanClient::returnCode — Get the last Gearman return code 説明 public Gea ... rmanClient::returnCode (): int Returns the last Gearman return code. パラ ... にはパラメータはありません。 戻り値 A valid Gearman return code. 関連キーワード: return , Get , the , returnCode ...
-
https://man.plustar.jp/php/gearmanclient.returncode.html
- [similar]
- Get last Gearman return code 10719
- « GearmanWorker::removeOptions GearmanWorker::setId » PHP Manual GearmanWorker Get last Gearman
... return code GearmanWorker::returnCode (PECL gearman >= 0.5.0) GearmanWorker::returnCode ... — Get last Gearman return code 説明 public GearmanWorker::returnCode (): int Ret ... urns the last Gearman return code. パラメータ この関数にはパラメータはありません。 ... 戻り値 A valid Gearman return code. 参考 GearmanWorker::error() - Get the last error ...
-
https://man.plustar.jp/php/gearmanworker.returncode.html
- [similar]
- Run a single task and return a result [deprecated] 9577
- « GearmanClient::data GearmanClient::doBackground » PHP Manual GearmanClient Run a single task a
... ; while( $gmworker -> work ()) { if ( $gmworker -> returnCode () != GEARMAN_SUCCESS ) { echo "return_code: " . $ ... gmworker -> returnCode () . "\n" ; break; } } function reverse_fn ( $job ... us return packets and errors. switch( $gmclient -> returnCode ()) { case GEARMAN_WORK_DATA : echo "Data: $result ... CESS : break; default: echo "RET: " . $gmclient -> returnCode () . "\n" ; echo "Error: " . $gmclient -> error () ...
-
https://man.plustar.jp/php/gearmanclient.do.html
- [similar]
- Run a single task and return a result 9577
- « GearmanClient::doLowBackground GearmanClient::doStatus » PHP Manual GearmanClient Run a single
... ; while( $gmworker -> work ()) { if ( $gmworker -> returnCode () != GEARMAN_SUCCESS ) { echo "return_code: " . $ ... gmworker -> returnCode () . "\n" ; break; } } function reverse_fn ( $job ... us return packets and errors. switch( $gmclient -> returnCode ()) { case GEARMAN_WORK_DATA : echo "Data: $result ... CESS : break; default: echo "RET: " . $gmclient -> returnCode () . "\n" ; echo "Error: " . $gmclient -> error () ...
-
https://man.plustar.jp/php/gearmanclient.donormal.html
- [similar]
- Set socket I/O activity timeout 9267
- « GearmanWorker::setOptions GearmanWorker::timeout » PHP Manual GearmanWorker Set socket I/O act
... \n" ; while(@ $gmworker -> work () || $gmworker -> returnCode () == GEARMAN_TIMEOUT ) { if ( $gmworker -> return ... for next job...\n" ; continue; } if ( $gmworker -> returnCode () != GEARMAN_SUCCESS ) { echo "return_code: " . $ ... gmworker -> returnCode () . "\n" ; break; } } echo "Done\n" ; function re ...
-
https://man.plustar.jp/php/gearmanworker.settimeout.html
- [similar]
- Wait for activity from one of the job servers 9185
- « GearmanWorker::unregisterAll GearmanWorker::work » PHP Manual GearmanWorker Wait for activity
... ab a job while (@ $worker -> work () || $worker -> returnCode () == GEARMAN_IO_WAIT || $worker -> returnCode () ... == GEARMAN_NO_JOBS ) { if ( $worker -> returnCode () == GEARMAN_SUCCESS ) continue; echo "Waiting fo ... \n" ; if (!@ $worker -> wait ()) { if ( $worker -> returnCode () == GEARMAN_NO_ACTIVE_FDS ) { # We are not conne ...
-
https://man.plustar.jp/php/gearmanworker.wait.html
- [similar]
- Basic usage 9104
- « 例 Basic Gearman client and worker, background » PHP Manual 例 Basic usage Basic usage 例1 Bas
... us return packets and errors. switch( $gmclient -> returnCode ()) { case GEARMAN_WORK_DATA : echo "Data: $result ... \n" ; break; default: echo "RET: " . $gmclient -> returnCode () . "\n" ; exit; } } while( $gmclient -> returnCo ... ; 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.html
- [similar]
- 定義済み定数 8533
- « リソース型 例 » PHP Manual Gearman 定義済み定数 定義済み定数 以下の定数が定義されています。 こ
... quest gracefully. GEARMAN_WORK_DATA ( int ) Notice return code obtained with GearmanClient::returnCode() when us ... running jobs. GEARMAN_WORK_WARNING ( int ) Notice return code obtained with GearmanClient::returnCode() when us ... response data. GEARMAN_WORK_STATUS ( int ) Notice return code obtained with GearmanClient::returnCode() when us ... of the task. GEARMAN_WORK_EXCEPTION ( int ) Notice return code obtained with GearmanClient::returnCode() when us ...
-
https://man.plustar.jp/php/gearman.constants.html
- [similar]