検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 98 for task (0.003 sec.)
Run a single high priority task 8480
« GearmanClient::doBackground GearmanClient::doHighBackground » PHP Manual GearmanClient Run a s ... ingle high priority task GearmanClient::doHigh (PECL gearman >= 0.5.0) Gear ... manClient::doHigh — Run a single high priority task 説明 public GearmanClient::doHigh ( string $functi ... $unique = ? ): string Runs a single high priority task and returns a string representation of the result. ... o agree on the format of the result. High priority tasks will get precedence over normal and low priority ...
https://man.plustar.jp/php/gearmanclient.dohigh.html - [similar]
Run a single low priority task 8480
« GearmanClient::doJobHandle GearmanClient::doLowBackground » PHP Manual GearmanClient Run a sin ... gle low priority task GearmanClient::doLow (PECL gearman >= 0.5.0) Gearm ... anClient::doLow — Run a single low priority task 説明 public GearmanClient::doLow ( string $functio ... g $unique = ? ): string Runs a single low priority task and returns a string representation of the result. ... the format of the result. Normal and high priority tasks will get precedence over low priority tasks in th ...
https://man.plustar.jp/php/gearmanclient.dolow.html - [similar]
Execution 8480
« parallel\Runtime::__construct parallel\Runtime::close » PHP Manual parallel\Runtime Execution ... ution 説明 public parallel\Runtime::run ( Closure $task ): ? Future Shall schedule task for execution in p ... arallel. public parallel\Runtime::run ( Closure $task , array $argv ): ? Future Shall schedule task for ... rallel, passing argv at execution time. パラメータ task A Closure with specific characteristics. argv An a ... ents with specific characteristics to be passed to task at execution time. Task Characteristics Closures s ...
https://man.plustar.jp/php/parallel-runtime.run.html - [similar]
Add a high priority background task to be run in parallel 8402
« GearmanClient::addTaskHigh GearmanClient::addTaskLow » PHP Manual GearmanClient Add a high pri ... ority background task to be run in parallel GearmanClient::addTaskHighBa ... ckground (PECL gearman >= 0.5.0) GearmanClient::addTaskHighBackground — Add a high priority background tas ... o be run in parallel 説明 public GearmanClient::addTaskHighBackground ( string $function_name , string $wo ... mixed &$context = ? , string $unique = ? ): GearmanTask Adds a high priority background task to be run in ...
https://man.plustar.jp/php/gearmanclient.addtaskhighbackground.html - [similar]
Add a low priority background task to be run in parallel 8402
« GearmanClient::addTaskLow GearmanClient::addTaskStatus » PHP Manual GearmanClient Add a low pr ... iority background task to be run in parallel GearmanClient::addTaskLowBac ... kground (PECL gearman >= 0.5.0) GearmanClient::addTaskLowBackground — Add a low priority background task ... o be run in parallel 説明 public GearmanClient::addTaskLowBackground ( string $function_name , string $wor ... mixed &$context = ? , string $unique = ? ): GearmanTask Adds a low priority background task to be run in p ...
https://man.plustar.jp/php/gearmanclient.addtasklowbackground.html - [similar]
Clear all task callback functions 8258
« GearmanClient::addTaskStatus GearmanClient::clone » PHP Manual GearmanClient Clear all task ca ... = 0.5.0) GearmanClient::clearCallbacks — Clear all task callback functions 説明 public GearmanClient::clea ... rCallbacks (): bool Clears all the task callback functions that have previously been set. ... allback function when there is a data packet for a task GearmanClient::setCompleteCallback() - Set a funct ... ion to be called on task completion GearmanClient::setCreatedCallback() - S ...
https://man.plustar.jp/php/gearmanclient.clearcallbacks.html - [similar]
The GearmanTask class 8167
« GearmanJob::workloadSize GearmanTask::__construct » PHP Manual Gearman The GearmanTask class T ... he GearmanTask class (PECL gearman >= 0.5.0) はじめに クラス概要 ... class GearmanTask { /* メソッド */ public __construct () public crea ... te (): GearmanTask | false public data (): string public dataSize (): ... t public sendWorkload ( string $data ): int public taskDenominator (): int public taskNumerator (): int pu ...
https://man.plustar.jp/php/class.gearmantask.html - [similar]
Run a task in the background 8114
« GearmanClient::do GearmanClient::doHigh » PHP Manual GearmanClient Run a task in the backgroun ... rman >= 0.5.0) GearmanClient::doBackground — Run a task in the background 説明 public GearmanClient::doBac ... ng $workload , string $unique = ? ): string Runs a task in the background, returning a job handle which ca ... n be used to get the status of the running task. パラメータ function_name ワーカーが実行するために ... 一意な ID。 戻り値 The job handle for the submitted task. 例 例1 Submit and monitor a background job The wo ...
https://man.plustar.jp/php/gearmanclient.dobackground.html - [similar]
Basic Gearman client and worker, submitting tasks 7971
« Basic Gearman client and worker, background GearmanClient » PHP Manual 例 Basic Gearman client ... and worker, submitting tasks Basic Gearman client and worker, submitting tasks ... 例1 Basic Gearman client and worker, submitting tasks In this example, the basic reverse client extende ... d to run two tasks in parallel. The reverse worker is unchanged exce ... plication data $data [ 'foo' ] = 'bar' ; # add two tasks $task = $gmc -> addTask ( "reverse" , "foo" , $da ...
https://man.plustar.jp/php/gearman.examples-reverse-task.html - [similar]
Callback function when there is a data packet for a task (deprecated) 7945
« GearmanClient::runTasks GearmanClient::setCompleteCallback » PHP Manual GearmanClient Callback ... function when there is a data packet for a task (deprecated) GearmanClient::setClientCallback (PEC ... allback function when there is a data packet for a task (deprecated) 説明 public GearmanClient::setClientC ... callback function for accepting data packets for a task. The callback function should take a single argume ... nt, a GearmanTask object. 注意 : This method has been replaced by Ge ...
https://man.plustar.jp/php/gearmanclient.setclientcallback.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT