検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 81 for Work (0.003 sec.)
Creative Commons Attribution 3.0 15094
« 翻訳 索引 » PHP Manual 付録 Creative Commons Attribution 3.0 Creative Commons Attribution 3.0 ... THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF ... COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE ... LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COP ... LAW IS PROHIBITED. BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY ...
https://man.plustar.jp/php/cc.license.html - [similar]
Stacking work 12198
« Worker::shutdown Worker::unstack » PHP Manual Worker Stacking work Worker::stack (PECL pthread ... s >= 2.0.0) Worker::stack — Stacking work 説明 public Worker::stack ... ( Threaded &$work ): int Appends the new work to the stack of the re ... ferenced worker. パラメータ work A Threaded object to be execute ... d by the worker. 戻り値 The new size of the stack. 例 例1 Stacki ...
https://man.plustar.jp/php/worker.stack.html - [similar]
Wait for and perform jobs 10149
« GearmanWorker::wait GearmanException » PHP Manual GearmanWorker Wait for and perform jobs Gear ... manWorker::work (PECL gearman >= 0.5.0) GearmanWorker::wor ... k — Wait for and perform jobs 説明 public GearmanWorker::work (): bool Waits for a job to be assigned an ... of GEARMAN_SUCCESS , GEARMAN_IO_WAIT , or GEARMAN_WORK_FAIL . パラメータ この関数にはパラメータはありませ ... を、失敗した場合に false を返します。 例 例1 GearmanWorker::work() example <?php # create the worker $worke ...
https://man.plustar.jp/php/gearmanworker.work.html - [similar]
Unstacking work 9794
« Worker::stack Collectable » PHP Manual Worker Unstacking work Worker::unstack (PECL pthreads > ... = 2.0.0) Worker::unstack — Unstacking work 説明 public Worker::u ... removed. 例 例1 Removing objects from the stack of Workers <?php $my = new Worker (); $work = new class ex ... tends Threaded {}; var_dump ( $my -> stack ( $work )); var_dump ( $my -> unstack ()); 上の例の出力は以 ... ります。 int(1) int(0) 関連キーワード: Unstacking , work , Worker , unstack , task , int , stack , パラメー ...
https://man.plustar.jp/php/worker.unstack.html - [similar]
Get size of work load 9589
« GearmanJob::workload GearmanTask » PHP Manual GearmanJob Get size of work load GearmanJob::work ... kloadSize (PECL gearman >= 0.5.0) GearmanJob::workloadSize — Get size of work load 説明 public Gearma ... nJob::workloadSize (): int Returns the size of the job's work ... load (the data the worker is to process) in bytes. パラメータ この関数には ... ません。 戻り値 The size in bytes. 参考 GearmanJob::workload() - Get workload 関連キーワード: size , Get , ...
https://man.plustar.jp/php/gearmanjob.workloadsize.html - [similar]
Read work or result data into a buffer for a task 8291
« GearmanTask::jobHandle GearmanTask::returnCode » PHP Manual GearmanTask Read work or result da ... ECL gearman >= 0.5.0) GearmanTask::recvData — Read work or result data into a buffer for a task 説明 publi ... ード: data , buffer , task , Read , result , into , work , GearmanTask , or , 関数 ...
https://man.plustar.jp/php/gearmantask.recvdata.html - [similar]
定義済み定数 8196
« リソース型 例 » PHP Manual Gearman 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... ues. Always check GearmanClient::error() or GearmanWorker() for a string error, as it may contain more det ... stem error. Check GearmanClient::errno() or GearmanWorker::errno() for the system error code that was retu ... ACTIVE_FDS ( int ) GearmanClient::wait() or GearmanWorker() was called with no connections. GEARMAN_UNEXPE ... ing very wrong in gearmand. Applies only to GearmanWorker . GEARMAN_GETADDRINFO ( int ) DNS resolution fai ...
https://man.plustar.jp/php/gearman.constants.html - [similar]
文字列をbzip2形式のデータに圧縮する 7895
« bzclose bzdecompress » PHP Manual Bzip2 関数 文字列をbzip2形式のデータに圧縮する bzcompress (P ... mpress ( string $data , int $block_size = 4 , int $work_factor = 0 ): string | int bzcompress() は、与えら ... 縮度が最大ですが、リソースの消費量も最大となります。 work_factor 繰り返しが多い、最悪の入力データの場合の圧縮 ... の値は、0 から 250 までとなり、0 は特別な場合です。 work_factor によらず、 生成される出力は同じになります。 ... ーワード: 圧縮 , データ , bzip , 形式 , bzcompress , work , int , factor , data , block ...
https://man.plustar.jp/php/function.bzcompress.html - [similar]
Wait for activity from one of the job servers 7895
« GearmanWorker::unregisterAll GearmanWorker::work » PHP Manual GearmanWorker Wait for activity ... from one of the job servers GearmanWorker::wait (PECL gearman >= 0.6.0) GearmanWorker::wai ... ity from one of the job servers 説明 public GearmanWorker::wait (): bool Causes the worker to wait for act ... を、失敗した場合に false を返します。 例 例1 Running worker in non-blocking mode <?php echo "Starting\n" ; # ... Create our worker object $worker = new GearmanWorker (); # Make th ...
https://man.plustar.jp/php/gearmanworker.wait.html - [similar]
Basic usage 7444
« 例 Basic Gearman client and worker, background » PHP Manual 例 Basic usage Basic usage 例1 Bas ... ic Gearman client and worker This example shows a very simple client and work ... e client sends a string to the job server, and the worker reverses the string and sends it back. The job i ... switch( $gmclient -> returnCode ()) { case GEARMAN_WORK_DATA : echo "Data: $result \n" ; break; case GEARM ... AN_WORK_STATUS : list( $numerator , $denominator )= $gmcli ...
https://man.plustar.jp/php/gearman.examples-reverse.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT