検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 124 for job (0.014 sec.)
Send fail status 6426
« GearmanJob::sendException GearmanJob::sendStatus » PHP Manual GearmanJob Send fail status Gear ... manJob::sendFail (PECL gearman >= 0.6.0) GearmanJob::send ... Fail — Send fail status 説明 public GearmanJob::sendFail (): bool Sends failure status for this j ... ob, indicating that the job failed in a known way (as opposed to failing due t ... を、失敗した場合に false を返します。 参考 GearmanJob::sendException() - Send exception for running job ...
https://man.plustar.jp/php/gearmanjob.sendfail.html - [similar]
Send status 6426
« GearmanJob::sendFail GearmanJob::sendWarning » PHP Manual GearmanJob Send status GearmanJob::s ... endStatus (PECL gearman >= 0.6.0) GearmanJob::sendStatus — Send status 説明 public GearmanJob:: ... enominator ): bool Sends status information to the job server and any listening clients. Use this to spec ... ify what percentage of the job has been completed. パラメータ numerator The numer ... 敗した場合に false を返します。 参考 GearmanClient::jobStatus() - Get the status of a background job Gearm ...
https://man.plustar.jp/php/gearmanjob.sendstatus.html - [similar]
定義済み定数 6402
« リソース型 例 » PHP Manual Gearman 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... call GearmanClient::addServer() before submitting jobs or tasks. GEARMAN_LOST_CONNECTION ( int ) Lost a ... Sent to update the client with data from a running job. A worker uses this when it needs to send updates, ... partial results, or flush data during long running jobs. GEARMAN_WORK_WARNING ( int ) Notice return code ... do() . Sent to update the status of a long running job. Use GearmanClient::doStatus() to obtain the perce ...
https://man.plustar.jp/php/gearman.constants.html - [similar]
The GearmanJob class 6365
« GearmanClient::wait GearmanJob::complete » PHP Manual Gearman The GearmanJob class The Gearman ... gearman >= 0.5.0) はじめに クラス概要 class GearmanJob { /* メソッド */ public complete ( string $result ... : string public workloadSize (): int } 目次 GearmanJob::complete — Send the result and complete status (d ... eprecated) GearmanJob::__construct — Create a GearmanJob instance Gearma ... nJob::data — Send data for a running job (deprecated) G ...
https://man.plustar.jp/php/class.gearmanjob.html - [similar]
Send fail status (deprecated) 6340
« GearmanJob::exception GearmanJob::functionName » PHP Manual GearmanJob Send fail status (depre ... cated) GearmanJob::fail (PECL gearman <= 0.5.0) GearmanJob::fail — S ... end fail status (deprecated) 説明 public GearmanJob::fail (): bool Sends failure status for this job, ... indicating that the job failed in a known way (as opposed to failing due t ... n). 注意 : This method has been replaced by GearmanJob::sendFail() in the 0.6.0 release of the Gearman ex ...
https://man.plustar.jp/php/gearmanjob.fail.html - [similar]
Send status (deprecated) 6340
« GearmanJob::setReturn GearmanJob::unique » PHP Manual GearmanJob Send status (deprecated) Gear ... manJob::status (PECL gearman <= 0.5.0) GearmanJob::status ... — Send status (deprecated) 説明 public GearmanJob::status ( int $numerator , int $denominator ): boo ... l Sends status information to the job server and any listening clients. Use this to spec ... ify what percentage of the job has been completed. 注意 : This method has been re ...
https://man.plustar.jp/php/gearmanjob.status.html - [similar]
Set callback for job failure 6303
« GearmanClient::setExceptionCallback GearmanClient::setOptions » PHP Manual GearmanClient Set c ... allback for job failure GearmanClient::setFailCallback (PECL gearm ... GearmanClient::setFailCallback — Set callback for job failure 説明 public GearmanClient::setFailCallback ... ntal data updates 関連キーワード: callback , Set , job , failure , function , task , setFailCallback , wh ...
https://man.plustar.jp/php/gearmanclient.setfailcallback.html - [similar]
コレクションのドキュメントを変更する 6303
« Collection::getSession Collection::remove » PHP Manual mysql_xdevapi\Collection コレクションの ... ollection -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' )-> execute (); $collection -> add ( ... '{"name": "Bob", "age": 19, "job": "Painter"}' )-> execute (); // 全ての Painter の ... ばめに、ふたつ job を追加: Artist と Crafter です $collection -> modi ... fy ( "job in ('Butler', 'Painter')" ) -> arrayAppend ( 'job' ...
https://man.plustar.jp/php/mysql-xdevapi-collection.modify.html - [similar]
ステートメントを実行する 6266
« CollectionFind::__construct CollectionFind::fields » PHP Manual mysql_xdevapi\CollectionFind ス ... ; $create -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' ) -> execute (); // ... $collection = ... ion ( "people" ); $result = $collection -> find ( 'job like :job and age > :age' ) -> bind ([ 'job' => 'B ... "00005b6b536100000000000000cf" ["age"]=> int(18) ["job"]=> string(6) "Butler" ["name"]=> string(6) "Alfre ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.execute.html - [similar]
Get the status for the running task 6242
« GearmanClient::doNormal GearmanClient::echo » PHP Manual GearmanClient Get the status for the ... enomintor. 例 例1 Get the status of a long running job The worker in this example has an artificial delay ... g to be reversed. After each delay it calls GearmanJob::status() which the client then picks up. <?php ec ... calhost). $gmclient -> addServer (); echo "Sending job\n" ; # Send reverse job do { $result = $gmclient - ... reak; case GEARMAN_WORK_STATUS : # get the current job status list( $numerator , $denominator )= $gmclien ...
https://man.plustar.jp/php/gearmanclient.dostatus.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT