検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 20 for EvPeriodic (0.003 sec.)
Create a stopped EvPeriodic watcher 11266
« EvPeriodic::__construct EvPeriodic::set » PHP Manual EvPeriodic Create a stopped EvPeriodic wa ... tcher EvPeriodic::createStopped (PECL ev >= 0.2.0) EvPeriodic::crea ... teStopped — Create a stopped EvPeriodic watcher 説明 final public static EvPeriodic::creat ... llback , mixed $data = null , int $priority = 0 ): EvPeriodic Create EvPeriodic object. Unlike EvPeriodic::__con ... watcher. priority Watcher priority 戻り値 Returns EvPeriodic watcher object on success. 参考 EvPeriodic::__cons ...
https://man.plustar.jp/php/evperiodic.createstopped.html - [similar]
Constructs EvPeriodic watcher object 11062
« EvPeriodic::at EvPeriodic::createStopped » PHP Manual EvPeriodic Constructs EvPeriodic watcher ... object EvPeriodic::__construct (PECL ev >= 0.2.0) EvPeriodic::__cons ... truct — Constructs EvPeriodic watcher object 説明 public EvPeriodic::__construct ... ixed $data = null , int $priority = 0 ) Constructs EvPeriodic watcher object and starts it automatically. EvPeri ... now + ( 10.5 . - fmod ( $now , 10.5 )); } $w = new EvPeriodic ( 0. , 0. , "reschedule_cb" , function ( $w , $rev ...
https://man.plustar.jp/php/evperiodic.construct.html - [similar]
The EvPeriodic class 10875
« EvLoop::verify EvPeriodic::again » PHP Manual Ev The EvPeriodic class The EvPeriodic class (PE ... ind, but they are very versatile. Unlike EvTimer , EvPeriodic watchers are not based on real time(or relative ti ... me jumps are not uncommon(e.g. when adjusting it). EvPeriodic watcher can be configured to trigger after some sp ... ecific point in time. For example, if an EvPeriodic watcher is configured to trigger "in 10 seconds" ( ... calls EvLoop::run() recursively). クラス概要 class EvPeriodic extends EvWatcher { /* プロパティ */ public $ offs ...
https://man.plustar.jp/php/class.evperiodic.html - [similar]
Creates EvPeriodic watcher object associated with the current event loop instanc... 10723
« EvLoop::nowUpdate EvLoop::prepare » PHP Manual EvLoop Creates EvPeriodic watcher object associ ... odic (PECL ev >= 0.2.0) EvLoop::periodic — Creates EvPeriodic watcher object associated with the current event l ... llback , mixed $data = null , int $priority = 0 ): EvPeriodic Creates EvPeriodic watcher object associated with ... ラメータ All parameters have the same maening as for EvPeriodic::__construct() 戻り値 Returns EvPeriodic object on ... success. 参考 EvPeriodic::__construct() - Constructs EvPeriodic watcher obj ...
https://man.plustar.jp/php/evloop.periodic.html - [similar]
Configures the watcher 10672
« EvPeriodic::createStopped EvPrepare » PHP Manual EvPeriodic Configures the watcher EvPeriodic: ... :set (PECL ev >= 0.2.0) EvPeriodic::set — Configures the watcher 説明 public EvPeriod ... $offset , float $interval ): void (Re-)Configures EvPeriodic watcher パラメータ offset The same meaning as for ... r operation modes interval The same meaning as for EvPeriodic::__construct() . See Periodic watcher operation mo ... 返しません。 関連キーワード: watcher , Configures , EvPeriodic , the , float , offset , interval , construct , Pe ...
https://man.plustar.jp/php/evperiodic.set.html - [similar]
Returns the absolute time that this watcher is supposed to trigger next 10587
« EvPeriodic::again EvPeriodic::__construct » PHP Manual EvPeriodic Returns the absolute time th ... at this watcher is supposed to trigger next EvPeriodic::at (PECL ev >= 0.2.0) EvPeriodic::at — Returns th ... is watcher is supposed to trigger next 説明 public EvPeriodic::at (): float When the watcher is active, returns ... xt. This is not the same as the offset argument to EvPeriodic::set() or EvPeriodic::__construct() , but indeed w ... pposed to trigger next in seconds. 関連キーワード: EvPeriodic , watcher , time , supposed , next , Returns , パラ ...
https://man.plustar.jp/php/evperiodic.at.html - [similar]
Simply stops and restarts the periodic watcher again 9958
« EvPeriodic EvPeriodic::at » PHP Manual EvPeriodic Simply stops and restarts the periodic watch ... er again EvPeriodic::again (PECL ev >= 0.2.0) EvPeriodic::again — Simp ... nd restarts the periodic watcher again 説明 public EvPeriodic::again (): void Simply stops and restarts the peri ... : watcher , Simply , restarts , periodic , stops , EvPeriodic , the , パラメータ , changed , EvTimer ...
https://man.plustar.jp/php/evperiodic.again.html - [similar]
Ev 8615
« eio_write はじめに » PHP Manual プロセス制御 Ev Ev はじめに インストール/設定 要件 インストール ... op::now in the progress EvLoop::periodic — Creates EvPeriodic watcher object associated with the current event l ... erforms internal consistency checks(for debugging) EvPeriodic — The EvPeriodic class EvPeriodic::again — Simply ... stops and restarts the periodic watcher again EvPeriodic::at — Returns the absolute time that this watcher ... is supposed to trigger next EvPeriodic::__construct — Constructs EvPeriodic watcher objec ...
https://man.plustar.jp/php/book.ev.html - [similar]
Periodic ウォッチャーの操作モード 7647
« ウォッチャーのコールバック Ev » PHP Manual Ev Periodic ウォッチャーの操作モード Periodic ウォッ ... チャーの操作モード EvPeriodic ウォッチャーは、パラメータ offset 、 interval およ ... 時刻に流されないタイマーを作れます。 <?php $hourly = EvPeriodic ( 0 , 3600 , NULL , function () { echo "once per h ... 経過するごとにコールバックが呼ばれるというものです。 EvPeriodic は、 time = offset ( mod interval ) となる次の時刻 ... now + ( 10.5 . - fmod ( $now , 10.5 )); } $w = new EvPeriodic ( 0. , 0. , "reschedule_cb" , function ( $w , $rev ...
https://man.plustar.jp/php/ev.periodic-modes.html - [similar]
The EvLoop class 7375
« EvIo::set EvLoop::backend » PHP Manual Ev The EvLoop class The EvLoop class (PECL ev >= 0.2.0) ... llback , mixed $data = null , int $priority = 0 ): EvPeriodic final public prepare ( callable $callback , mixed ... at the cost of increasing latency. Timeouts (both EvPeriodic and EvTimer ) will not be affected. Setting this t ... op::now in the progress EvLoop::periodic — Creates EvPeriodic watcher object associated with the current event l ...
https://man.plustar.jp/php/class.evloop.html - [similar]
PREV 1 2 NEXT