検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 121 for Ev (0.017 sec.)
Creates EvTimer stopped watcher object 5613
« EvTimer::__construct EvTimer::set » PHP Manual EvTimer Creates EvTimer stopped watcher object ... EvTimer::createStopped (PECL ev >= 0.2.0) EvTimer::createStopped — Creates EvTimer ... stopped watcher object 説明 final public static EvTimer::createStopped ( float $after , float $repeat ... llback , mixed $data = null , int $priority = 0 ): EvTimer Creates EvTimer stopped watcher object. Unlik ... e EvTimer::__construct() , this method doesn't start th ...
https://man.plustar.jp/php/evtimer.createstopped.html - [similar]
EvFork クラス 5551
« EvEmbed::sweep EvFork::__construct » PHP Manual Ev EvFork クラス EvFork クラス (PECL ev >= 0.2 ... れるのは、 fork() を検出したときです (通常は、誰かが EvLoop::fork() を呼んで libev に通知します)。 起動する ... 、イベントループが次の処理をブロックする前、 そして EvCheck ウォッチャーが呼ばれる前になります。 また、フ ... ロセス内でだけ起動します。 誰かが間違ったプロセスで EvLoop::fork() を呼んだとしても、fork ハンドラが起動し ... てしまうことに注意しましょう。 クラス概要 class EvFork extends EvWatcher { /* 継承したプロパティ */ p ...
https://man.plustar.jp/php/class.evfork.html - [similar]
The EvIdle class 5551
« EvFork::createStopped EvIdle::__construct » PHP Manual Ev The EvIdle class The EvIdle class (P ... ECL ev >= 0.2.0) はじめに EvIdle watchers trigger events ... when no other events of the same or higher priority are pending ( E ... vPrepare , EvCheck and other EvIdle watchers do not count as rec ... eiving events ). Thus, as long as the process is busy handli ...
https://man.plustar.jp/php/class.evidle.html - [similar]
Periodic ウォッチャーの操作モード 5551
« ウォッチャーのコールバック Ev » PHP Manual Ev Periodic ウォッチャーの操作モード Periodic ウォッ ... チャーの操作モード EvPeriodic ウォッチャーは、パラメータ offset 、 inter ... 時刻に流されないタイマーを作れます。 <?php $hourly = EvPeriodic ( 0 , 3600 , NULL , function () { echo "on ... 経過するごとにコールバックが呼ばれるというものです。 EvPeriodic は、 time = offset ( mod interval ) となる ... は、 1e30 を返した後で停止します。 このタスクには、 EvPrepare ウォッチャーが使えます。 コールバックは、次 ...
https://man.plustar.jp/php/ev.periodic-modes.html - [similar]
The EvSignal class 5526
« EvPrepare::createStopped EvSignal::__construct » PHP Manual Ev The EvSignal class The EvSignal ... class (PECL ev >= 0.2.0) はじめに EvSignal watchers will trigger ... an event when the process receives a specific signal one ... or more times. Even though signals are very asynchronous, libev will ... signals synchronously, i.e. as part of the normal event processing, like any other event. There is no l ...
https://man.plustar.jp/php/class.evsignal.html - [similar]
The EvPeriodic class 5464
« EvLoop::verify EvPeriodic::again » PHP Manual Ev The EvPeriodic class The EvPeriodic class (PE ... CL ev >= 0.2.0) はじめに Periodic watchers are also time ... rs of a kind, but they are very versatile. Unlike EvTimer , EvPeriodic watcher ... me jumps are not uncommon(e.g. when adjusting it). EvPeriodic watcher can be configured to trigger after ... some specific point in time. For example, if an EvPeriodic watcher is configured to trigger "in 10 se ...
https://man.plustar.jp/php/class.evperiodic.html - [similar]
内部での libeio との通信に使う変数を表すストリームを取得する 5464
« eio_futime eio_get_last_error » PHP Manual Eio 関数 内部での libeio との通信に使う変数を表すス ... トリームを取得する eio_get_event_stream (PECL eio >= 0.3.1b) eio_get_event_strea ... 信に使う変数を表すストリームを取得する 説明 eio_get_event_stream (): mixed eio_get_event_stream() は、内部 ... を取得します。 他の PECL 拡張モジュール、たとえば libevent にバインドさせたりして使うことができます。 パラ ... この関数にはパラメータはありません。 戻り値 eio_get_event_stream() は、成功した場合にストリームを返します ...
https://man.plustar.jp/php/function.eio-get-event-stream.html - [similar]
The EvChild class 5439
« EvCheck::createStopped EvChild::__construct » PHP Manual Ev The EvChild class The EvChild clas ... s (PECL ev >= 0.2.0) はじめに EvChild ウォッチャーは、子プロセ ... のプロセスが SIGCHLD を受け取ったときに起動します。 EvChild ウォッチャーは、子をフォークした後 (おそらくは ... ールバックの実行時に登録したりすることはできません。 EvChild ウォッチャーは、 デフォルトループ の中でだけ登 ... 録できます。 クラス概要 class EvChild extends EvWatcher { /* プロパティ */ public $ ...
https://man.plustar.jp/php/class.evchild.html - [similar]
The EvTimer class 5439
« EvStat::stat EvTimer::again » PHP Manual Ev The EvTimer class The EvTimer class (PECL ev >= 0. ... 2.0) はじめに EvTimer watchers are simple relative timers that gene ... rate an event after a given time, and optionally repeating in ... e based on real time, that is, if one registers an event that times out after an hour and resets the sys ... (but this is no longer true when a callback calls EvLoop::run() recursively). The timer itself will do ...
https://man.plustar.jp/php/class.evtimer.html - [similar]
EvChild ウォッチャーオブジェクトを作る 5402
« EvChild EvChild::createStopped » PHP Manual EvChild EvChild ウォッチャーオブジェクトを作る EvC ... hild::__construct (PECL ev >= 0.2.0) EvChild::__construct — EvChild ウォッチャ ... ーオブジェクトを作る 説明 public EvChild::__construct ( int $pid , bool $trace , calla ... allback , mixed $data = null , int $priority = 0 ) EvChild ウォッチャーオブジェクトを作ります。 プロセス ... 換えると、あるプロセスが SIGCHLD を受信したときに、 Ev はすべての変更された子プロセスやゾンビ子プロセスの ...
https://man.plustar.jp/php/evchild.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT