検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 83 for [SIMILAR] 16 1024 4096 WITH 60126 evsignal WITH ... (0.070 sec.)
Creates EvFork watcher object associated with the current event loop instance 3245
« EvLoop::embed EvLoop::idle » PHP Manual EvLoop Creates EvFork watcher object associated with the current event loop instance EvLoop::fork (PECL ev >= 0.2.0) EvLoop::fork — Creates EvFork watcher object associated with the current event loop instance 説明 final public EvLoop::fork ( cal ...
https://man.plustar.jp/php/evloop.fork.html - [similar]
The EvPeriodic class 3245
« EvLoop::verify EvPeriodic::again » PHP Manual Ev The EvPeriodic class The EvPeriodic class (PECL ev >= 0.2.0) はじめに Periodic watchers are also timers of a kind, but they are very versatile. Unlike EvTimer , EvPeriodic watchers are not based on real time(or relative time, the physica ...
https://man.plustar.jp/php/class.evperiodic.html - [similar]
Create a handle to used communicate with zookeeper 3245
« Zookeeper::connect Zookeeper::create » PHP Manual Zookeeper Create a handle to used communicate with zookeeper Zookeeper::__construct (PECL zookeeper >= 0.1.0) Zookeeper::__construct — Create a handle to used communicate with zookeeper 説明 public Zookeeper::__construct ( string $host ...
https://man.plustar.jp/php/zookeeper.construct.html - [similar]
Create a handle to used communicate with zookeeper 3245
« Zookeeper::close Zookeeper::__construct » PHP Manual Zookeeper Create a handle to used communicate with zookeeper Zookeeper::connect (PECL zookeeper >= 0.2.0) Zookeeper::connect — Create a handle to used communicate with zookeeper 説明 public Zookeeper::connect ( string $host , callabl ...
https://man.plustar.jp/php/zookeeper.connect.html - [similar]
Constructing signal events 2292
« Event callbacks Event » PHP Manual Event Constructing signal events Constructing signal events Event can also watch for POSIX-style signals. To construct a handler for a signal, use Event::__construct() constructor with Event::SIGNAL flag, or Event::signal() factory method. 例1 Handlin ...
https://man.plustar.jp/php/event.constructing.signal.events.html - [similar]
0
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り、2 秒後に起動します $w1 = new EvTimer ( 2 , 0 , function () { echo "2 seconds elapsed\n" ; }); // タイマーを作って 2 秒後に起動させ、その後は // 手で止めるまで 1 秒おきに繰り返します $w2 = ne ...
https://man.plustar.jp/php/ev.examples.html - [similar]
The EvLoop class 0
« EvIo::set EvLoop::backend » PHP Manual Ev The EvLoop class The EvLoop class (PECL ev >= 0.2.0) はじめに Represents an event loop that is always distinct from the default loop . Unlike the default loop , it cannot handle EvChild watchers. Having threads we have to create a loop per thre ...
https://man.plustar.jp/php/class.evloop.html - [similar]
関数・メソッド 0
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッドの一覧 a b c d e f g h i j k l m n o p q r s t u v w x y z _ 㠊 a abs - 絶対値 acos - 逆余弦(アークコサイン) acosh - 逆双曲線余弦(アークハイパボリックコサイン) addcslashes - C 言語と同様 ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
The EvStat class 0
« EvSignal::set EvStat::attr » PHP Manual Ev The EvStat class The EvStat class (PECL ev >= 0.2.0) はじめに EvStat monitors a file system path for attribute changes. It calls stat() on that path in regular intervals(or when the OS signals it changed) and sees if it changed compared to the ...
https://man.plustar.jp/php/class.evstat.html - [similar]
0
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback function readcb ( $bev , $base ) { //$input = $bev->input; //$bev->getInput(); //$pos = $input->search("TTP"); $pos = $bev -> input -> search ( "TTP" ); while (( $n = $bev -> input -> remove ( ...
https://man.plustar.jp/php/event.examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT