Results of 1 - 10 of about 12 for doBackground (0.007 sec.)
- Run a task in the background 12717
- « GearmanClient::do GearmanClient::doHigh » PHP Manual GearmanClient Run a task in the backgroun
...
d GearmanClient::doBackground (PECL gearman >= 0.5.0) GearmanClient::doBackgroun ...
task in the background 説明 public GearmanClient::doBackground ( string $function_name , string $workload , strin ...
* run reverse client */ $job_handle = $gmclient -> doBackground ( "reverse" , "this is a test" ); if ( $gmclient - ...
-
https://man.plustar.jp/php/gearmanclient.dobackground.html
- [similar]
- Run a single high priority task 12381
- « GearmanClient::doBackground GearmanClient::doHighBackground » PHP Manual GearmanClient Run a s
...
() - Run a single low priority task GearmanClient::doBackground() - Run a task in the background GearmanClient::do ...
, single , high , string , doHigh , low , result , doBackground ...
-
https://man.plustar.jp/php/gearmanclient.dohigh.html
- [similar]
- Add a task to get status 9569
- « GearmanClient::addTaskLowBackground GearmanClient::clearCallbacks » PHP Manual GearmanClient A
...
$handles = array(); $handles [ 0 ] = $gmclient -> doBackground ( "reverse" , "Hello World!" ); $handles [ 1 ] = $ ...
gmclient -> doBackground ( "reverse" , "!dlroW olleH" ); $gmclient -> setSt ...
-
https://man.plustar.jp/php/gearmanclient.addtaskstatus.html
- [similar]
- The GearmanClient class 8401
- « Basic Gearman client and worker, submitting tasks GearmanClient::addOptions » PHP Manual Gearm
...
ng $workload , string $unique = ? ): string public doBackground ( string $function_name , string $workload , strin ...
sk and return a result [deprecated] GearmanClient::doBackground — Run a task in the background GearmanClient::doHi ...
-
https://man.plustar.jp/php/class.gearmanclient.html
- [similar]
- Run a single task and return a result [deprecated] 8401
- « GearmanClient::data GearmanClient::doBackground » PHP Manual GearmanClient Run a single task a
...
() - Run a single low priority task GearmanClient::doBackground() - Run a task in the background GearmanClient::do ...
-
https://man.plustar.jp/php/gearmanclient.do.html
- [similar]
- Run a high priority task in the background 8242
- « GearmanClient::doHigh GearmanClient::doJobHandle » PHP Manual GearmanClient Run a high priorit
...
() - Run a single low priority task GearmanClient::doBackground() - Run a task in the background GearmanClient::do ...
-
https://man.plustar.jp/php/gearmanclient.dohighbackground.html
- [similar]
- Run a single low priority task 8242
- « GearmanClient::doJobHandle GearmanClient::doLowBackground » PHP Manual GearmanClient Run a sin
...
) - Run a single high priority task GearmanClient::doBackground() - Run a task in the background GearmanClient::do ...
-
https://man.plustar.jp/php/gearmanclient.dolow.html
- [similar]
- Run a low priority task in the background 8242
- « GearmanClient::doLow GearmanClient::doNormal » PHP Manual GearmanClient Run a low priority tas
...
() - Run a single low priority task GearmanClient::doBackground() - Run a task in the background GearmanClient::do ...
-
https://man.plustar.jp/php/gearmanclient.dolowbackground.html
- [similar]
- Get the status of a background job 7747
- « GearmanClient::getErrno GearmanClient::ping » PHP Manual GearmanClient Get the status of a bac
...
* run reverse client */ $job_handle = $gmclient -> doBackground ( "reverse" , "this is a test" ); if ( $gmclient - ...
-
https://man.plustar.jp/php/gearmanclient.jobstatus.html
- [similar]
- Basic Gearman client and worker, background 7570
- « Basic usage Basic Gearman client and worker, submitting tasks » PHP Manual 例 Basic Gearman cl
...
lient in the background $job_handle = $gmclient -> doBackground ( "reverse" , "this is a test" ); if ( $gmclient - ...
-
https://man.plustar.jp/php/gearman.examples-reverse-bg.html
- [similar]