検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 73 for Watcher (0.052 sec.)
Restarts the timer watcher 6903
« EvTimer EvTimer::__construct » PHP Manual EvTimer Restarts the timer watcher EvTimer::again (P ... L ev >= 0.2.0) EvTimer::again — Restarts the timer watcher 説明 public EvTimer::again (): void This will act ... メータはありません。 戻り値 値を返しません。 参考 EvWatcher::stop() - Stops the watcher 関連キーワード: watche ...
https://man.plustar.jp/php/evtimer.again.html - [similar]
The EvLoop class 6875
« EvIo::set EvLoop::backend » PHP Manual Ev The EvLoop class The EvLoop class (PECL ev >= 0.2.0) ... Unlike the default loop , it cannot handle EvChild watchers. Having threads we have to create a loop per thre ... See Ev::iteration() pending The number of pending watchers. 0 indicates that there are no watchers pending. ... xpense of increased latency/jitter/inexactness(the watcher callback will be called later). EvIo watchers will ... oop EvLoop::embed — Creates an instance of EvEmbed watcher associated with the current EvLoop object EvLoop:: ...
https://man.plustar.jp/php/class.evloop.html - [similar]
The Zookeeper class 6651
« zookeeper_dispatch Zookeeper::addAuth » PHP Manual ZooKeeper The Zookeeper class The Zookeeper ... public __construct ( string $host = '' , callable $watcher_cb = null , int $recv_timeout = 10000 ) public add ... (): void public connect ( string $host , callable $watcher_cb = null , int $recv_timeout = 10000 ): void publ ... 1 ): bool public exists ( string $path , callable $watcher_cb = null ): array public get ( string $path , cal ... lable $watcher_cb = null , array &$stat = null , int $max_size = ...
https://man.plustar.jp/php/class.zookeeper.html - [similar]
The EvSignal class 6609
« 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 ... y other event. There is no limit for the number of watchers for the same signal, but only within the same loo ... nals, all the signals can be blocked in an EvCheck watcher and unblocked in a EvPrepare watcher. クラス概要 c ... lass EvSignal extends EvWatcher { /* プロパティ */ public $ signum ; /* 継承したプ ...
https://man.plustar.jp/php/class.evsignal.html - [similar]
Create a handle to used communicate with zookeeper 6581
« Zookeeper::connect Zookeeper::create » PHP Manual Zookeeper Create a handle to used communicat ... eeper::__construct ( string $host = '' , callable $watcher_cb = null , int $recv_timeout = 10000 ) This metho ... .g. "127.0.0.1:3000,127.0.0.1:3001,127.0.0.1:3002" watcher_cb the global watcher callback function. When noti ... f the connections is currently connected (ie. last watcher state is ZOO_CONNECTED_STATE). エラー / 例外 This ... ード: handle , zookeeper , communicate , Zookeeper , watcher , Create , construct , host , session , This ...
https://man.plustar.jp/php/zookeeper.construct.html - [similar]
Create a handle to used communicate with zookeeper 6553
« Zookeeper::close Zookeeper::__construct » PHP Manual Zookeeper Create a handle to used communi ... blic Zookeeper::connect ( string $host , callable $watcher_cb = null , int $recv_timeout = 10000 ): void This ... .g. "127.0.0.1:3000,127.0.0.1:3001,127.0.0.1:3002" watcher_cb The global watcher callback function. When noti ... f the connections is currently connected (ie. last watcher state is ZOO_CONNECTED_STATE). 戻り値 値を返しませ ... ード: handle , zookeeper , communicate , Zookeeper , watcher , host , session , timeout , Create , construct ...
https://man.plustar.jp/php/zookeeper.connect.html - [similar]
6385
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... : iteration () == 5 and $w -> stop (); // Stop the watcher if further calls cause more than 10 iterations Ev ... : run ( Ev :: RUN_ONCE ); echo "Restart the second watcher and try to handle the same events, but don't block ... k of a timer created as stopped Restart the second watcher and try to handle the same events, but don't block ... 0.5 秒おきに繰り返します function reschedule_cb ( $watcher , $now ) { return $now + ( 10.5 . - fmod ( $now , ...
https://man.plustar.jp/php/ev.examples.html - [similar]
関数・メソッド 6232
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... eateStopped - Creates instance of a stopped EvIdle watcher object EvIdle::__construct - Constructs the EvIdle ... watcher object EvIo::createStopped - Create stopped EvIo w ... atcher object EvIo::set - Configures the watcher EvIo::__construct - Constructs EvIo watcher object ... oop EvLoop::embed - Creates an instance of EvEmbed watcher associated with the current EvLoop object EvLoop:: ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
The EvIo class 6190
« EvIdle::createStopped EvIo::__construct » PHP Manual Ev The EvIo class The EvIo class (PECL ev ... >= 0.2.0) はじめに EvIo watchers check whether a file descriptor(or socket, or a s ... n persists. To stop receiving events just stop the watcher. The number of read and/or write event watchers pe ... non-blocking mode. クラス概要 class EvIo extends EvWatcher { /* プロパティ */ public $ fd ; public $ events ; ... nt $events ): void /* 継承したメソッド */ public EvWatcher::clear (): int public EvWatcher::feed ( int $reven ...
https://man.plustar.jp/php/class.evio.html - [similar]
Feeds the given revents set into the event loop 6162
« EvWatcher::__construct EvWatcher::getLoop » PHP Manual EvWatcher Feeds the given revents set i ... nto the event loop EvWatcher::feed (PECL ev >= 0.2.0) EvWatcher::feed — Feeds t ... iven revents set into the event loop 説明 public EvWatcher::feed ( int $revents ): void Feeds the given reven ... op, as if the specified event had happened for the watcher. パラメータ revents Bit mask of watcher received e ... : revents , event , Feeds , given , into , the , EvWatcher , feed , watcher , happened ...
https://man.plustar.jp/php/evwatcher.feed.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT