検索

phrase: max: clip:
target: order:
Results of 1 - 5 of about 5 for reschedule (0.002 sec.)
Constructs EvPeriodic watcher object 11913
« EvPeriodic::at EvPeriodic::createStopped » PHP Manual EvPeriodic Constructs EvPeriodic watcher ... uct ( float $offset , string $interval , callable $reschedule_cb , callable $callback , mixed $data = null , int ... odes interval See Periodic watcher operation modes reschedule_cb Reschedule callback. You can pass null . See Pe ... iority Watcher priority 例 例1 Periodic timer. Use reschedule callback <?php // Tick each 10.5 seconds function ... $now , 10.5 )); } $w = new EvPeriodic ( 0. , 0. , "reschedule_cb" , function ( $w , $revents ) { echo time (), P ...
https://man.plustar.jp/php/evperiodic.construct.html - [similar]
Periodic ウォッチャーの操作モード 10405
« ウォッチャーのコールバック Ev » PHP Manual Ev Periodic ウォッチャーの操作モード Periodic ウォッ ... ウォッチャーは、パラメータ offset 、 interval および reschedule_cb の設定によってさまざまなモードで動作します。 絶 ... 刻のタイマー 。 このモードでは、 interval = 0 そして reschedule_cb = null となります。 このときは、単純に offset で ... 返しタイマー 。 このモードでは、 interval > 0 そして reschedule_cb = null となります。ウォッチャーは常に、 offset ... せん。 手動再スケジュールモード 。 このモードでは、 reschedule_cb が callable になります。 interval と offset はど ...
https://man.plustar.jp/php/ev.periodic-modes.html - [similar]
Create a stopped EvPeriodic watcher 9192
« EvPeriodic::__construct EvPeriodic::set » PHP Manual EvPeriodic Create a stopped EvPeriodic wa ... pped ( float $offset , float $interval , callable $reschedule_cb , callable $callback , mixed $data = null , int ... odes interval See Periodic watcher operation modes reschedule_cb Reschedule callback. You can pass null . See Pe ...
https://man.plustar.jp/php/evperiodic.createstopped.html - [similar]
The EvPeriodic class 7537
« EvLoop::verify EvPeriodic::again » PHP Manual Ev The EvPeriodic class The EvPeriodic class (PE ... uct ( float $offset , string $interval , callable $reschedule_cb , callable $callback , mixed $data = null , int ... pped ( float $offset , float $interval , callable $reschedule_cb , callable $callback , mixed $data = null , int ...
https://man.plustar.jp/php/class.evperiodic.html - [similar]
6894
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... タイマー <?php // 10.5 秒おきに繰り返します function reschedule_cb ( $watcher , $now ) { return $now + ( 10.5 . - ... $now , 10.5 )); } $w = new EvPeriodic ( 0. , 0. , "reschedule_cb" , function ( $w , $revents ) { echo time (), P ...
https://man.plustar.jp/php/ev.examples.html - [similar]
PREV 1 NEXT