Results of 1 - 10 of about 107 for Running (0.001 sec.)
- Get the status of a background job 11611
- « GearmanClient::getErrno GearmanClient::ping » PHP Manual GearmanClient Get the status of a bac
...
her the job is known, whether the job is currently running, and the percentage completion. パラメータ job_han ...
d is a boolean indicating whether the job is still running, and the third and fourth elements correspond to t ...
respectively. 例 例1 Monitor the status of a long running background job <?php /* create our object */ $gmcl ...
ob is known so it is not done $done = true ; echo "Running: " . ( $stat [ 1 ] ? "true" : "false" ) . ", numer ...
-
https://man.plustar.jp/php/gearmanclient.jobstatus.html
- [similar]
- Run a task in the background 10409
- « GearmanClient::do GearmanClient::doHigh » PHP Manual GearmanClient Run a task in the backgroun
...
handle which can be used to get the status of the running task. パラメータ function_name ワーカーが実行するた ...
has an artificial delay introduced to mimic a long running job. The client script periodically checks the sta ...
tus of the running job. <?php /* create our object */ $gmclient = new ...
ob is known so it is not done $done = true ; echo "Running: " . ( $stat [ 1 ] ? "true" : "false" ) . ", numer ...
-
https://man.plustar.jp/php/gearmanclient.dobackground.html
- [similar]
- Test whether the task is currently running 10243
- « GearmanTask::isKnown GearmanTask::jobHandle » PHP Manual GearmanTask Test whether the task is
...
currently running GearmanTask::isRunning (PECL gearman >= 0.5.0) Gea ...
rmanTask::isRunning — Test whether the task is currently running 説明 ...
public GearmanTask::isRunning (): bool Indicates whether or not this task is cur ...
rently running. パラメータ この関数にはパラメータはありません。 戻 ...
-
https://man.plustar.jp/php/gearmantask.isrunning.html
- [similar]
- Get the job handle for the running task 9910
- « GearmanClient::doHighBackground GearmanClient::doLow » PHP Manual GearmanClient Get the job ha
...
ndle for the running task GearmanClient::doJobHandle (PECL gearman >= 0 ...
anClient::doJobHandle — Get the job handle for the running task 説明 public GearmanClient::doJobHandle (): st ...
ring Gets that job handle for a running task. This should be used between repeated Gearman ...
ラメータはありません。 戻り値 The job handle for the running task. 参考 GearmanClient::jobStatus() - Get the st ...
-
https://man.plustar.jp/php/gearmanclient.dojobhandle.html
- [similar]
- Returns options for the currently running transaction 9590
- « MongoDB\Driver\Session::getServer MongoDB\Driver\Session::getTransactionState » PHP Manual Mon
...
B\Driver\Session Returns options for the currently running transaction MongoDB\Driver\Session::getTransaction ...
sactionOptions — Returns options for the currently running transaction 説明 final public MongoDB\Driver\Sessi ...
ions (): ? array Returns options for the currently running transaction. パラメータ この関数にはパラメータはあ ...
transaction options, or null if no transaction is running. エラー / 例外 引数のパースに失敗した場合に MongoD ...
-
https://man.plustar.jp/php/mongodb-driver-session.gettransactionoptions.html
- [similar]
- 現在実行中の Phar アーカイブのフルパスあるいは完全な phar URL を返す 9527
- « Phar::offsetUnset Phar::setAlias » PHP Manual Phar 現在実行中の Phar アーカイブのフルパスあるい
...
は完全な phar URL を返す Phar::running (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0) ...
Phar::running — 現在実行中の Phar アーカイブのフルパスあるいは完 ...
全な phar URL を返す 説明 final public static Phar::running ( bool $returnPhar = true ): string 実行中の phar ...
部でのみ有効です。 アーカイブ内のスタブでは、 Phar::running() は "" を返します。現在実行中の phar にスタブ内か ...
-
https://man.plustar.jp/php/phar.running.html
- [similar]
- Whether the measurement is running 9373
- « HRTime\StopWatch::getLastElapsedTime HRTime\StopWatch::start » PHP Manual HRTime\StopWatch Whe
...
ther the measurement is running HRTime\StopWatch::isRunning (PECL hrtime >= 0.4.3) ...
HRTime\StopWatch::isRunning — Whether the measurement is running 説明 public H ...
RTime\StopWatch::isRunning (): bool Reveals whether the measurement was start ...
Returns bool indicating whether the measurement is running. 関連キーワード: measurement , running , Whether , ...
-
https://man.plustar.jp/php/hrtime-stopwatch.isrunning.html
- [similar]
- Send exception for running job (exception) 9143
- « GearmanJob::sendData GearmanJob::sendFail » PHP Manual GearmanJob Send exception for running j
...
.0) GearmanJob::sendException — Send exception for running job (exception) 説明 public GearmanJob::sendExcept ...
bool Sends the supplied exception when this job is running. パラメータ exception An exception description. 戻 ...
ng 関連キーワード: exception , Send , GearmanJob , running , job , sendException , 成功 , sendWarning , statu ...
-
https://man.plustar.jp/php/gearmanjob.sendexception.html
- [similar]
- Send exception for running job (deprecated) 8989
- « GearmanJob::data GearmanJob::fail » PHP Manual GearmanJob Send exception for running job (depr
...
0.5.0) GearmanJob::exception — Send exception for running job (deprecated) 説明 public GearmanJob::exception ...
bool Sends the supplied exception when this job is running. 注意 : This method has been replaced by GearmanJo ...
ng 関連キーワード: exception , GearmanJob , Send , running , job , deprecated , 参考 , description , 成功 , 失 ...
-
https://man.plustar.jp/php/gearmanjob.exception.html
- [similar]
- Get the status for the running task 8440
- « GearmanClient::doNormal GearmanClient::echo » PHP Manual GearmanClient Get the status for the
...
) GearmanClient::doStatus — Get the status for the running task 説明 public GearmanClient::doStatus (): array ...
Returns the status for the running task. This should be used between repeated Gearman ...
nt the denomintor. 例 例1 Get the status of a long running job The worker in this example has an artificial d ...
Send status (deprecated) 関連キーワード: status , running , Get , task , the , Status , complete , doNormal ...
-
https://man.plustar.jp/php/gearmanclient.dostatus.html
- [similar]