検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 124 for job (0.007 sec.)
Send data for a running job 7485
« GearmanJob::sendComplete GearmanJob::sendException » PHP Manual GearmanJob Send data for a run ... ning job GearmanJob::sendData (PECL gearman >= 0.6.0) Gearm ... anJob::sendData — Send data for a running job 説明 publi ... c GearmanJob::sendData ( string $data ): bool Sends data to the ... job server (and any listening clients) for this job. パ ...
https://man.plustar.jp/php/gearmanjob.senddata.html - [similar]
Unregister all function names with the job servers 7461
« GearmanWorker::unregister GearmanWorker::wait » PHP Manual GearmanWorker Unregister all functi ... on names with the job servers GearmanWorker::unregisterAll (PECL gearman ... gisterAll — Unregister all function names with the job servers 説明 public GearmanWorker::unregisterAll ( ... iously registered functions, ensuring that no more jobs are sent to this worker. パラメータ この関数にはパ ... nWorker::register() - Register a function with the job server GearmanWorker::unregister() - Unregister a ...
https://man.plustar.jp/php/gearmanworker.unregisterall.html - [similar]
Run a task in the background 7424
« GearmanClient::do GearmanClient::doHigh » PHP Manual GearmanClient Run a task in the backgroun ... string Runs a task in the background, returning a job handle which can be used to get the status of the ... タスクを特定するために用いる一意な ID。 戻り値 The job handle for the submitted task. 例 例1 Submit and m ... onitor a background job The worker in this example has an artificial delay ... introduced to mimic a long running job. The client script periodically checks the status ...
https://man.plustar.jp/php/gearmanclient.dobackground.html - [similar]
Add a background task to be run in parallel 7325
« GearmanClient::addTask GearmanClient::addTaskHigh » PHP Manual GearmanClient Add a background ... ound() . A callback is set so that progress of the job can be tracked. A simple worker with an artificial ... delay reports on the job progress and the client picks this up through the ... ent $gmc = new GearmanClient (); # add the default job server $gmc -> addServer (); # set a couple of cal ... "STATUS: " . $task -> unique () . ", " . $task -> jobHandle () . " - " . $task -> taskNumerator () . "/" ...
https://man.plustar.jp/php/gearmanclient.addtaskbackground.html - [similar]
Send data for a running job (deprecated) 7325
« GearmanJob::__construct GearmanJob::exception » PHP Manual GearmanJob Send data for a running ... job (deprecated) GearmanJob::data (PECL gearman <= 0.5.0) GearmanJob::data — S ... end data for a running job (deprecated) 説明 public GearmanJob::data ( string ... $data ): bool Sends data to the job server (and any listening clients) for this job. 注 ... 意 : This method has been replaced by GearmanJob::sendData() in the 0.6.0 release of the Gearman ex ...
https://man.plustar.jp/php/gearmanjob.data.html - [similar]
The GearmanWorker class 7301
« GearmanTask::uuid GearmanWorker::addFunction » PHP Manual Gearman The GearmanWorker class The ... dd worker options GearmanWorker::addServer — Add a job server GearmanWorker::addServers — Add job servers ... GearmanWorker instance GearmanWorker::echo — Test job server response GearmanWorker::error — Get the las ... manWorker::register — Register a function with the job server GearmanWorker::removeOptions — Remove worke ... ::unregister — Unregister a function name with the job servers GearmanWorker::unregisterAll — Unregister ...
https://man.plustar.jp/php/class.gearmanworker.html - [similar]
The GearmanClient class 7264
« Basic Gearman client and worker, submitting tasks GearmanClient::addOptions » PHP Manual Gearm ... めに Represents a class for connecting to a Gearman job server and making requests to perform some functio ... earman worker and the data passed is opaque to the job server. クラス概要 class GearmanClient { /* メソッ ... = ? ): GearmanTask public addTaskStatus ( string $job_handle , string &$context = ? ): GearmanTask publi ... $workload , string $unique = ? ): string public doJobHandle (): string public doLow ( string $function_n ...
https://man.plustar.jp/php/class.gearmanclient.html - [similar]
Add a job server 7141
« GearmanWorker::addOptions GearmanWorker::addServers » PHP Manual GearmanWorker Add a job serve ... gearman >= 0.5.0) GearmanWorker::addServer — Add a job server 説明 public GearmanWorker::addServer ( stri ... host = 127.0.0.1 , int $port = 4730 ): bool Adds a job server to this worker. This goes into a list of se ... rvers than can be used to run jobs. No socket I/O happens here. パラメータ host ジョ ... 7003 ); ?> 参考 GearmanWorker::addServers() - Add job servers 関連キーワード: Add , job , server , Gearm ...
https://man.plustar.jp/php/gearmanworker.addserver.html - [similar]
全ての行を取得する 7141
« DocResult::__construct DocResult::fetchOne » PHP Manual mysql_xdevapi\DocResult 全ての行を取得 ... ; $create -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' )-> execute (); $create -> add ( '{"n ... ame": "Reginald", "age": 42, "job": "Butler"}' )-> execute (); // ... $collection = ... DocResult object $result = $collection -> find ( 'job like :job and age > :age' ) -> bind ([ 'job' => 'B ... "00005b6b53610000000000000123" ["age"]=> int(42) ["job"]=> string(6) "Butler" ["name"]=> string(8) "Regin ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.fetchall.html - [similar]
Send exception for running job (exception) 6981
« GearmanJob::sendData GearmanJob::sendFail » PHP Manual GearmanJob Send exception for running job ... ob (exception) GearmanJob::sendException (PECL gearman >= 0.6.0) GearmanJob: ... :sendException — Send exception for running job (exception) 説明 public GearmanJob::sendException ... ion ): bool Sends the supplied exception when this job is running. パラメータ exception An exception desc ... を、失敗した場合に false を返します。 参考 GearmanJob::setReturn() - Set a return value GearmanJob::send ...
https://man.plustar.jp/php/gearmanjob.sendexception.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT