検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 13 for addTask (0.021 sec.)
Add a task to be run in parallel 13706
« GearmanClient::addServers GearmanClient::addTaskBackground » PHP Manual GearmanClient Add a ta ... sk to be run in parallel GearmanClient::addTask (PECL gearman >= 0.5.0) GearmanClient::addTask — A ... k to be run in parallel 説明 public GearmanClient::addTask ( string $function_name , string $workload , mixed ... function on the string "Hello World!" $gmclient -> addTask ( "reverse" , "Hello World!" , null , "1" ); # add ... function on the string "!dlroW olleH" $gmclient -> addTask ( "reverse" , "!dlroW olleH" , null , "2" ); # run ...
https://man.plustar.jp/php/gearmanclient.addtask.html - [similar]
Run a list of tasks in parallel 11102
« GearmanClient::returnCode GearmanClient::setClientCallback » PHP Manual GearmanClient Run a li ... set of tasks previously added with GearmanClient::addTask() , GearmanClient::addTaskHigh() , GearmanClient:: ... addTaskLow() , GearmanClient::addTaskBackground() , GearmanClient::addTaskHighBackground ... () , or GearmanClient::addTaskLowBackground() , this call starts running the task ... 敗した場合に false を返します。 参考 GearmanClient::addTask() - Add a task to be run in parallel 関連キーワード ...
https://man.plustar.jp/php/gearmanclient.runtasks.html - [similar]
Add a high priority task to run in parallel 9484
« GearmanClient::addTaskBackground GearmanClient::addTaskHighBackground » PHP Manual GearmanClie ... gh priority task to run in parallel GearmanClient::addTaskHigh (PECL gearman >= 0.5.0) GearmanClient::addTask ... task to run in parallel 説明 public GearmanClient::addTaskHigh ( string $function_name , string $workload , m ... c -> setCompleteCallback ( "reverse_complete" ); # add tasks, one of which is high priority $task = $gmc -> a ... " , "Hello World!" , null , "1" ); $task = $gmc -> addTaskHigh ( "reverse" , "!dlroW olleH" , null , "2" ); $ ...
https://man.plustar.jp/php/gearmanclient.addtaskhigh.html - [similar]
Add a low priority task to run in parallel 9484
« GearmanClient::addTaskHighBackground GearmanClient::addTaskLowBackground » PHP Manual GearmanC ... ow priority task to run in parallel GearmanClient::addTaskLow (PECL gearman >= 0.5.0) GearmanClient::addTaskL ... task to run in parallel 説明 public GearmanClient::addTaskLow ( string $function_name , string $workload , mi ... c -> setCompleteCallback ( "reverse_complete" ); # add tasks, one of which is low priority $task = $gmc -> ad ... " , "Hello World!" , null , "1" ); $task = $gmc -> addTaskLow ( "reverse" , "!dlroW olleH" , null , "2" ); $t ...
https://man.plustar.jp/php/gearmanclient.addtasklow.html - [similar]
Add a background task to be run in parallel 8621
« GearmanClient::addTask GearmanClient::addTaskHigh » PHP Manual GearmanClient Add a background ... task to be run in parallel GearmanClient::addTaskBackground (PECL gearman >= 0.5.0) GearmanClient::a ... k to be run in parallel 説明 public GearmanClient::addTaskBackground ( string $function_name , string $worklo ... o execute the same function, but one is added with addTaskBackground() . A callback is set so that progress o ... a task for the "reverse" function $task = $gmc -> addTask ( "reverse" , "Hello World!" , null , "1" ); # add ...
https://man.plustar.jp/php/gearmanclient.addtaskbackground.html - [similar]
Get the unique identifier for a task 8076
« GearmanTask::taskNumerator GearmanTask::uuid » PHP Manual GearmanTask Get the unique identifie ... sk and return a result [deprecated] GearmanClient::addTask() - Add a task to be run in parallel 関連キーワード ...
https://man.plustar.jp/php/gearmantask.unique.html - [similar]
The GearmanClient class 7970
« Basic Gearman client and worker, submitting tasks GearmanClient::addOptions » PHP Manual Gearm ... ( string $servers = 127.0.0.1:4730 ): bool public addTask ( string $function_name , string $workload , mixed ... ext = ? , string $unique = ? ): GearmanTask public addTaskBackground ( string $function_name , string $worklo ... ext = ? , string $unique = ? ): GearmanTask public addTaskHigh ( string $function_name , string $workload , m ... ext = ? , string $unique = ? ): GearmanTask public addTaskHighBackground ( string $function_name , string $wo ...
https://man.plustar.jp/php/class.gearmanclient.html - [similar]
Get the unique identifier for a task (deprecated) 7970
« GearmanTask::unique GearmanWorker » PHP Manual GearmanTask Get the unique identifier for a tas ... sk and return a result [deprecated] GearmanClient::addTask() - Add a task to be run in parallel 関連キーワード ...
https://man.plustar.jp/php/gearmantask.uuid.html - [similar]
Add a list of job servers to the client 7847
« GearmanClient::addServer GearmanClient::addTask » PHP Manual GearmanClient Add a list of job s ...
https://man.plustar.jp/php/gearmanclient.addservers.html - [similar]
Add a high priority background task to be run in parallel 7742
« GearmanClient::addTaskHigh GearmanClient::addTaskLow » PHP Manual GearmanClient Add a high pri ... ckground task to be run in parallel GearmanClient::addTaskHighBackground (PECL gearman >= 0.5.0) GearmanClien ... t::addTaskHighBackground — Add a high priority background tas ... k to be run in parallel 説明 public GearmanClient::addTaskHighBackground ( string $function_name , string $wo ... f the task could not be added. 参考 GearmanClient::addTask() - Add a task to be run in parallel GearmanClient ...
https://man.plustar.jp/php/gearmanclient.addtaskhighbackground.html - [similar]
PREV 1 2 NEXT