検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 182 for Run (0.012 sec.)
Creates a new Pool of Workers 4909
« Pool::collect Pool::resize » PHP Manual Pool Creates a new Pool of Workers Pool::__construct ( ... this -> something = $something ; } public function run () { /** ... **/ } } $pool = new Pool ( 8 , \ MyWo ...
https://man.plustar.jp/php/pool.construct.html - [similar]
Submits a task to a specific worker for execution 4909
« Pool::submit Volatile » PHP Manual Pool Submits a task to a specific worker for execution Pool ... ?php class Task extends Threaded { public function run () { var_dump ( Thread :: getCurrentThreadID ()); ...
https://man.plustar.jp/php/pool.submitTo.html - [similar]
直近で発生したエラーのメッセージを取得する 4909
« Yaf_Application::getDispatcher Yaf_Application::getLastErrorNo » PHP Manual Yaf_Application 直 ... ( "error_handler" , E_RECOVERABLE_ERROR ); $app -> run (); ?> 上の例の出力は、 たとえば以下のようになりま ...
https://man.plustar.jp/php/yaf-application.getlasterrormsg.html - [similar]
直近で発生したエラーのコードを取得する 4909
« Yaf_Application::getLastErrorMsg Yaf_Application::getModules » PHP Manual Yaf_Application 直近 ... ( "error_handler" , E_RECOVERABLE_ERROR ); $app -> run (); ?> 上の例の出力は、 たとえば以下のようになりま ...
https://man.plustar.jp/php/yaf-application.getlasterrorno.html - [similar]
The Volatile class 4876
« Pool::submitTo セマフォ » PHP Manual pthreads The Volatile class The Volatile class (PECL pthr ... :extend ( string $class ): bool public Threaded::isRunning (): bool public Threaded::isTerminated (): boo ... ool public Threaded::pop (): bool public Threaded::run (): void public Threaded::shift (): mixed public T ... ); 上の例の出力は、 たとえば以下のようになります。 RuntimeException: Threaded members previously set to T ...
https://man.plustar.jp/php/class.volatile.html - [similar]
カーネルに問い合わせて現在時刻を確認し、処理中の Ev::now が返す時刻を更新する 4876
« Ev::now Ev::recommendedBackends » PHP Manual Ev カーネルに問い合わせて現在時刻を確認し、処理中 ... します。これはコストが高い操作で、通常は自動的に Ev::run() の中で実行します。 このメソッドが役立つ場面はほと ...
https://man.plustar.jp/php/ev.nowupdate.html - [similar]
一時停止していたデフォルトのイベントループを再開させる 4876
« Ev::recommendedBackends Ev::run » PHP Manual Ev 一時停止していたデフォルトのイベントループを再 ...
https://man.plustar.jp/php/ev.resume.html - [similar]
Returns the values most recently detected by Ev 4876
« EvStat EvStat::__construct » PHP Manual EvStat Returns the values most recently detected by Ev ... file is not there!" ); $w -> stop (); } }); Ev :: run (); ?> 参考 EvStat::prev() - Returns the previous ...
https://man.plustar.jp/php/evstat.attr.html - [similar]
Sets a millisecond timeout for database calls 4876
« oci_set_action oci_set_client_identifier » PHP Manual OCI8 関数 Sets a millisecond timeout for ... connection for reuse. This operation is allowed to run for another time_out period. Depending on the outc ...
https://man.plustar.jp/php/function.oci-set-call-timout.html - [similar]
Get the status for the running task 4876
« GearmanClient::doNormal GearmanClient::echo » PHP Manual GearmanClient Get the status for the ... ) GearmanClient::doStatus — Get the status for the running task 説明 public GearmanClient::doStatus (): a ... rray Returns the status for the running task. This should be used between repeated Gea ... nt the denomintor. 例 例1 Get the status of a long running job The worker in this example has an artifici ... e Success: !olleH 参考 GearmanClient::doNormal() - Run a single task and return a result GearmanJob::stat ...
https://man.plustar.jp/php/gearmanclient.dostatus.html - [similar]