Results of 1 - 10 of about 19 for EvTimer (0.017 sec.)
- Creates EvTimer stopped watcher object 11730
- « 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 o ...
bject 説明 final public static EvTimer::createStopped ( float $after , float $repeat , ca ...
llback , mixed $data = null , int $priority = 0 ): EvTimer Creates EvTimer stopped watcher object. Unlike EvT ...
watcher. priority Watcher priority 戻り値 Returns EvTimer watcher object on success. 例 例1 Monotor changes ...
-
https://man.plustar.jp/php/evtimer.createstopped.html
- [similar]
- Creates EvTimer watcher object associated with the current event loop instance 11320
- « EvLoop::suspend EvLoop::verify » PHP Manual EvLoop Creates EvTimer watcher object associated w
...
::timer (PECL ev >= 0.2.0) EvLoop::timer — Creates EvTimer watcher object associated with the current event l ...
llback , mixed $data = null , int $priority = 0 ): EvTimer Creates EvTimer watcher object associated with the ...
ラメータ All parameters have the same meaning as for EvTimer::__construct() 戻り値 Returns EvTimer object on su ...
ccess 参考 EvTimer::__construct() - Constructs an EvTimer watcher obj ...
-
https://man.plustar.jp/php/evloop.timer.html
- [similar]
- Constructs an EvTimer watcher object 11320
- « EvTimer::again EvTimer::createStopped » PHP Manual EvTimer Constructs an EvTimer watcher objec
...
t EvTimer::__construct (PECL ev >= 0.2.0) EvTimer::__constru ...
ct — Constructs an EvTimer watcher object 説明 public EvTimer::__construct ( ...
d $data = null , int $priority = 0 ) Constructs an EvTimer watcher object. パラメータ after Configures the ti ...
e and start timer firing after 2 seconds $w1 = new EvTimer ( 2 , 0 , function () { echo "2 seconds elapsed\n" ...
-
https://man.plustar.jp/php/evtimer.construct.html
- [similar]
- The EvTimer class 11184
- « 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 generate ...
an once per event loop iteration. クラス概要 class EvTimer extends EvWatcher { /* プロパティ */ public $ repe ...
llback , mixed $data = null , int $priority = 0 ): EvTimer public set ( float $after , float $repeat ): void ...
rently configured. That is, after instanciating an EvTimer with an after value of 5.0 and repeat value of 7.0 ...
-
https://man.plustar.jp/php/class.evtimer.html
- [similar]
- Restarts the timer watcher 10108
- « EvTimer EvTimer::__construct » PHP Manual EvTimer Restarts the timer watcher EvTimer::again (P
...
ECL ev >= 0.2.0) EvTimer::again — Restarts the timer watcher 説明 public Ev ...
s the watcher 関連キーワード: watcher , Restarts , EvTimer , r , repeating , stop , timed , パラメータ , pend ...
-
https://man.plustar.jp/php/evtimer.again.html
- [similar]
- Configures the watcher 9869
- « EvTimer::createStopped EvWatcher » PHP Manual EvTimer Configures the watcher EvTimer::set (PEC
...
L ev >= 0.2.0) EvTimer::set — Configures the watcher 説明 public EvTimer: ...
せん。 関連キーワード: Configures , watcher , the , EvTimer , repeat , after , stopped , automatically , then ...
-
https://man.plustar.jp/php/evtimer.set.html
- [similar]
- Ev 8674
- « eio_write はじめに » PHP Manual プロセス制御 Ev Ev はじめに インストール/設定 要件 インストール
...
suspend — Suspend the loop EvLoop::timer — Creates EvTimer watcher object associated with the current event l ...
the watcher EvStat::stat — Initiates the stat call EvTimer — The EvTimer class EvTimer::again — Restarts the ...
timer watcher EvTimer::__construct — Constructs an EvTimer watcher objec ...
t EvTimer::createStopped — Creates EvTimer stopped watcher o ...
-
https://man.plustar.jp/php/book.ev.html
- [similar]
- Simply stops and restarts the periodic watcher again 7786
- « EvPeriodic EvPeriodic::at » PHP Manual EvPeriodic Simply stops and restarts the periodic watch
...
ラメータはありません。 戻り値 値を返しません。 参考 EvTimer::again() - Restarts the timer watcher 関連キーワー ...
stops , EvPeriodic , the , パラメータ , changed , EvTimer ...
-
https://man.plustar.jp/php/evperiodic.again.html
- [similar]
- 例 7683
- « 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り
...
、2 秒後に起動します $w1 = new EvTimer ( 2 , 0 , function () { echo "2 seconds elapsed\n" ...
// 手で止めるまで 1 秒おきに繰り返します $w2 = new EvTimer ( 2 , 1 , function ( $w ) { echo "is called every ...
始させるまでは非アクティブになります。 $w_stopped = EvTimer :: createStopped ( 10 , 5 , function( $w ) { echo ...
again (); Ev :: run ( Ev :: RUN_NOWAIT ); $w = new EvTimer ( 10 , 0 , function() {}); echo "Running a blockin ...
-
https://man.plustar.jp/php/ev.examples.html
- [similar]
- Create a stopped EvPeriodic watcher 7683
- « EvPeriodic::__construct EvPeriodic::set » PHP Manual EvPeriodic Create a stopped EvPeriodic wa
...
construct() - Constructs EvPeriodic watcher object EvTimer::createStopped() - Creates EvTimer stopped watcher ...
-
https://man.plustar.jp/php/evperiodic.createstopped.html
- [similar]