検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 55 for complete (0.008 sec.)
Add a background task to be run in parallel 11531
« GearmanClient::addTask GearmanClient::addTaskHigh » PHP Manual GearmanClient Add a background ... e of callbacks so we can track progress $gmc -> setCompleteCallback ( "reverse_complete" ); $gmc -> setStatusC ... -> taskDenominator () . "\n" ; } function reverse_complete ( $task ) { echo "COMPLETE: " . $task -> unique () ... Sending status: " . ( $x + 1 ) . "/ $workload_size complete\n" ; $job -> sendStatus ( $x + 1 , $workload_size ... b: H:foo.local:65 Workload: !dlroW olleH (12) 1/12 complete Received job: H:foo.local:66 Workload: Hello World ...
https://man.plustar.jp/php/gearmanclient.addtaskbackground.html - [similar]
Basic Gearman client and worker, background 11117
« Basic usage Basic Gearman client and worker, submitting tasks » PHP Manual 例 Basic Gearman cl ... hronously, the client does not wait for the job to complete and exits (and hence the client never receives the ... Sending status: " . ( $x + 1 ) . "/ $workload_size complete\n" ; $job -> sendStatus ( $x , $workload_size ); s ... H:foo.local:41 Workload: this is a test (14) 1/14 complete 2/14 complete 3/14 complete 4/14 complete 5/14 com ... plete 6/14 complete 7/14 complete 8/14 complete 9/14 complete 10/14 co ...
https://man.plustar.jp/php/gearman.examples-reverse-bg.html - [similar]
Basic usage 10895
« 例 Basic Gearman client and worker, background » PHP Manual 例 Basic usage Basic usage 例1 Bas ... Status (); echo "Status: $numerator / $denominator complete\n" ; break; case GEARMAN_WORK_FAIL : echo "Failed\ ... Sending status: " . ( $x + 1 ) . "/ $workload_size complete\n" ; $job -> sendStatus ( $x , $workload_size ); s ... .local:36 Workload: Hello! (6) Sending status: 1/6 complete Sending status: 2/6 complete Sending status: 3/6 c ... omplete Sending status: 4/6 complete Sending status: 5/6 complete Sending status: 6/6 c ...
https://man.plustar.jp/php/gearman.examples-reverse.html - [similar]
Send the result and complete status (deprecated) 10363
« GearmanJob GearmanJob::__construct » PHP Manual GearmanJob Send the result and complete status ... (deprecated) GearmanJob::complete (PECL gearman <= 0.5.0) GearmanJob::complete — Sen ... d the result and complete status (deprecated) 説明 public GearmanJob::comple ... ( string $result ): bool Sends result data and the complete status update for this job. 注意 : This method has ... been replaced by GearmanJob::sendComplete() in the 0.6.0 release of the Gearman extension. パ ...
https://man.plustar.jp/php/gearmanjob.complete.html - [similar]
Run a single task and return a result [deprecated] 9949
« GearmanClient::data GearmanClient::doBackground » PHP Manual GearmanClient Run a single task a ... Status (); echo "Status: $numerator / $denominator complete\n" ; break; case GEARMAN_WORK_FAIL : echo "Failed\ ... ho "Sending status: " + $x + 1 . "/ $workload_size complete\n" ; $job -> sendStatus ( $x + 1 , $workload_size ... ived job: H:foo.local:106 Workload: Hello! (6) 1/6 complete 2/6 complete 3/6 complete 4/6 complete 5/6 complet ... e 6/6 complete Result: !olleH Client output: Starting Sending job ...
https://man.plustar.jp/php/gearmanclient.do.html - [similar]
Run a single task and return a result 9949
« GearmanClient::doLowBackground GearmanClient::doStatus » PHP Manual GearmanClient Run a single ... Status (); echo "Status: $numerator / $denominator complete\n" ; break; case GEARMAN_WORK_FAIL : echo "Failed\ ... ho "Sending status: " + $x + 1 . "/ $workload_size complete\n" ; $job -> sendStatus ( $x + 1 , $workload_size ... ived job: H:foo.local:106 Workload: Hello! (6) 1/6 complete 2/6 complete 3/6 complete 4/6 complete 5/6 complet ... e 6/6 complete Result: !olleH Client output: Starting Sending job ...
https://man.plustar.jp/php/gearmanclient.donormal.html - [similar]
Basic Gearman client and worker, submitting tasks 9727
« Basic Gearman client and worker, background GearmanClient » PHP Manual 例 Basic Gearman client ... setStatusCallback ( "reverse_status" ); $gmc -> setCompleteCallback ( "reverse_complete" ); $gmc -> setFailCal ... -> taskDenominator () . "\n" ; } function reverse_complete ( $task ) { echo "COMPLETE: " . $task -> jobHandle ... Sending status: " . ( $x + 1 ) . "/ $workload_size complete\n" ; $job -> sendStatus ( $x + 1 , $workload_size ... Received job: H:foo.local:45 Workload: foo (3) 1/3 complete 2/3 complete 3/3 complete Result: oof Received job ...
https://man.plustar.jp/php/gearman.examples-reverse-task.html - [similar]
Get the status for the running task 9151
« GearmanClient::doNormal GearmanClient::echo » PHP Manual GearmanClient Get the status for the ... Status (); echo "Status: $numerator / $denominator complete\n" ; break; case GEARMAN_WORK_FAIL : echo "Failed\ ... のようになります。 Starting Sending job Status: 1/6 complete Status: 2/6 complete Status: 3/6 complete Status: ... 4/6 complete Status: 5/6 complete Status: 6/6 complete Success: ... ード: status , running , Get , task , the , Status , complete , doNormal , doStatus , calls ...
https://man.plustar.jp/php/gearmanclient.dostatus.html - [similar]
Send the result and complete status 8929
« GearmanJob::returnCode GearmanJob::sendData » PHP Manual GearmanJob Send the result and complete ... te status GearmanJob::sendComplete (PECL gearman >= 0.6.0) GearmanJob::sendComplete... Send the result and complete status 説明 public GearmanJob::sendComplete ( stri ... ng $result ): bool Sends result data and the complete status update for this job. パラメータ result Seri ... 連キーワード: result , status , Send , GearmanJob , complete , the , sendComplete , data , Serialized , Set ...
https://man.plustar.jp/php/gearmanjob.sendcomplete.html - [similar]
Add a task to be run in parallel 8884
« GearmanClient::addServers GearmanClient::addTaskBackground » PHP Manual GearmanClient Add a ta ... (); # set a function to be called when the work is complete $gmclient -> setCompleteCallback ( "complete" ); # ... # run the tasks $gmclient -> runTasks (); function complete ( $task ) { print "COMPLETE: " . $task -> unique ( ... ?> 上の例の出力は、 たとえば以下のようになります。 COMPLETE: 2, Hello World! COMPLETE: 1, !dlroW olleH 例2 Bas ... (); # set a function to be called when the work is complete $client -> setCompleteCallback ( "reverse_complete ...
https://man.plustar.jp/php/gearmanclient.addtask.html - [similar]
PREV 1 2 3 4 5 6 NEXT