Results of 1 - 10 of about 71 for reverse (0.010 sec.)
- Basic Gearman client and worker, submitting tasks 12285
- « Basic Gearman client and worker, background GearmanClient » PHP Manual 例 Basic Gearman client
...
orker, submitting tasks In this example, the basic reverse client extended to run two tasks in parallel. The ...
ister some callbacks $gmc -> setCreatedCallback ( "reverse_created" ); $gmc -> setDataCallback ( "reverse_dat ...
a" ); $gmc -> setStatusCallback ( "reverse_status" ); $gmc -> setCompleteCallback ( "reverse_ ...
complete" ); $gmc -> setFailCallback ( "reverse_fail" ); # set some arbitrary application data $da ...
-
https://man.plustar.jp/php/gearman.examples-reverse-task.html
- [similar]
- Basic Gearman client and worker, background 10331
- « Basic usage Basic Gearman client and worker, submitting tasks » PHP Manual 例 Basic Gearman cl
...
the job server as a background job, and the worker reverses the string. Note that since the work is performed ...
erver (localhost) $gmclient -> addServer (); # run reverse client in the background $job_handle = $gmclient - ...
> doBackground ( "reverse" , "this is a test" ); if ( $gmclient -> returnCod ...
). $gmworker -> addServer (); # Register function "reverse" with the server. Change the worker function to # ...
-
https://man.plustar.jp/php/gearman.examples-reverse-bg.html
- [similar]
- Basic usage 9698
- « 例 Basic Gearman client and worker, background » PHP Manual 例 Basic usage Basic usage 例1 Bas
...
t sends a string to the job server, and the worker reverses the string and sends it back. The job is performe ...
ent -> addServer (); echo "Sending job\n" ; # Send reverse job do { $result = $gmclient -> doNormal ( "revers ...
). $gmworker -> addServer (); # Register function "reverse" with the server. Change the worker function to # ...
"reverse_fn_fast" for a faster worker with no output. $gmwo ...
-
https://man.plustar.jp/php/gearman.examples-reverse.html
- [similar]
- Run a single task and return a result [deprecated] 9558
- « GearmanClient::data GearmanClient::doBackground » PHP Manual GearmanClient Run a single task a
...
ending job\n" ; $result = $gmclient -> doNormal ( "reverse" , "Hello!" ); echo "Success: $result \n" ; ?> <?p ...
). $gmworker -> addServer (); # Register function "reverse" with the server. Change the worker function to # ...
"reverse_fn_fast" for a faster worker with no output. $gmwo ...
rker -> addFunction ( "reverse" , "reverse_fn" ); print "Waiting for job...\n" ; ...
-
https://man.plustar.jp/php/gearmanclient.do.html
- [similar]
- Run a single task and return a result 9558
- « GearmanClient::doLowBackground GearmanClient::doStatus » PHP Manual GearmanClient Run a single
...
ending job\n" ; $result = $gmclient -> doNormal ( "reverse" , "Hello!" ); echo "Success: $result \n" ; ?> <?p ...
). $gmworker -> addServer (); # Register function "reverse" with the server. Change the worker function to # ...
"reverse_fn_fast" for a faster worker with no output. $gmwo ...
rker -> addFunction ( "reverse" , "reverse_fn" ); print "Waiting for job...\n" ; ...
-
https://man.plustar.jp/php/gearmanclient.donormal.html
- [similar]
- Reverses the deque in-place 9501
- « Ds\Deque::remove Ds\Deque::reversed » PHP Manual Deque Reverses the deque in-place Ds\Deque::reverse
...
everse (PECL ds >= 1.0.0) Ds\Deque::reverse — Reverses the deque in-place 説明 public Ds\Deque ...
::reverse (): void Reverses the deque in-place. パラメータ こ ...
りません。 戻り値 値を返しません。 例 例1 Ds\Deque::reverse() example <?php $deque = new \ Ds \ Deque ([ "a" , ...
"b" , "c" ]); $deque -> reverse (); print_r ( $deque ); ?> 上の例の出力は、 たとえ ...
-
https://man.plustar.jp/php/ds-deque.reverse.html
- [similar]
- Reverses the sequence in-place 9501
- « Ds\Sequence::remove Ds\Sequence::reversed » PHP Manual Sequence Reverses the sequence in-place
...
Ds\Sequence::reverse (PECL ds >= 1.0.0) Ds\Sequence::reverse — Reverses ...
equence in-place 説明 abstract public Ds\Sequence::reverse (): void Reverses the sequence in-place. パラメータ ...
ません。 戻り値 値を返しません。 例 例1 Ds\Sequence::reverse() example <?php $sequence = new \ Ds \ Vector ([ " ...
a" , "b" , "c" ]); $sequence -> reverse (); print_r ( $sequence ); ?> 上の例の出力は、 たと ...
-
https://man.plustar.jp/php/ds-sequence.reverse.html
- [similar]
- Reverses the set in-place 9501
- « Ds\Set::remove Ds\Set::reversed » PHP Manual Set Reverses the set in-place Ds\Set::reverse (PE
...
CL ds >= 1.0.0) Ds\Set::reverse — Reverses the set in-place 説明 public Ds\Set::re ...
verse (): void Reverses the set in-place. パラメータ この関数にはパラメー ...
ありません。 戻り値 値を返しません。 例 例1 Ds\Set::reverse() example <?php $set = new \ Ds \ Set ([ "a" , "b" ...
, "c" ]); $set -> reverse (); print_r ( $set ); ?> 上の例の出力は、 たとえば ...
-
https://man.plustar.jp/php/ds-set.reverse.html
- [similar]
- Reverses the vector in-place 9501
- « Ds\Vector::remove Ds\Vector::reversed » PHP Manual Vector Reverses the vector in-place Ds\Vect
...
or::reverse (PECL ds >= 1.0.0) Ds\Vector::reverse — Reverses t ...
he vector in-place 説明 public Ds\Vector::reverse (): void Reverses the vector in-place. パラメータ ...
りません。 戻り値 値を返しません。 例 例1 Ds\Vector::reverse() example <?php $vector = new \ Ds \ Vector ([ "a" ...
, "b" , "c" ]); $vector -> reverse (); print_r ( $vector ); ?> 上の例の出力は、 たとえ ...
-
https://man.plustar.jp/php/ds-vector.reverse.html
- [similar]
- Reverses the map in-place 9263
- « Ds\Map::remove Ds\Map::reversed » PHP Manual Map Reverses the map in-place Ds\Map::reverse (PE
...
CL ds >= 1.0.0) Ds\Map::reverse — Reverses the map in-place 説明 public Ds\Map::re ...
verse (): void Reverses the map in-place. パラメータ この関数にはパラメー ...
ありません。 戻り値 値を返しません。 例 例1 Ds\Map::reverse() example <?php $map = new \ Ds \ Map ([ "a" => 1 ...
, "b" => 2 , "c" => 3 ]); $map -> reverse (); print_r ( $map ); ?> 上の例の出力は、 たとえば ...
-
https://man.plustar.jp/php/ds-map.reverse.html
- [similar]