検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 285 for [SIMILAR] 16 1024 4096 WITH 9165 trigger WITH 84... (0.617 sec.)
Constructs timer event object 5300
« Event::signal EventBase » PHP Manual Event Constructs timer event object Event::timer (PECL event >= 1.2.6-beta) Event::timer — Constructs timer event object 説明 public static Event::timer ( EventBase $base , callable $cb , mixed $arg = ? ): Event Constructs timer event object. This i ...
https://man.plustar.jp/php/event.timer.html - [similar]
Repeats a given function at every given time-interval. 5300
« Swoole\Timer::exists Swoole\WebSocket\Frame » PHP Manual Swoole\Timer Repeats a given function at every given time-interval. Swoole\Timer::tick (PECL swoole >= 1.9.0) Swoole\Timer::tick — Repeats a given function at every given time-interval. 説明 public static Swoole\Timer::tick ( int ...
https://man.plustar.jp/php/swoole-timer.tick.html - [similar]
Constructs an EvTimer watcher object 0
« EvTimer::again EvTimer::createStopped » PHP Manual EvTimer Constructs an EvTimer watcher object EvTimer::__construct (PECL ev >= 0.2.0) EvTimer::__construct — Constructs an EvTimer watcher object 説明 public EvTimer::__construct ( float $after , float $repeat , callable $callback , mix ...
https://man.plustar.jp/php/evtimer.construct.html - [similar]
The EvTimer class 0
« 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 event after a given time, and optionally repeating in regular intervals after that. The timers are based on real time ...
https://man.plustar.jp/php/class.evtimer.html - [similar]
Creates EvTimer stopped watcher object 0
« 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 object 説明 final public static EvTimer::createStopped ( float $after , float $repeat , calla ...
https://man.plustar.jp/php/evtimer.createstopped.html - [similar]
Configures the watcher 0
« EvTimer::createStopped EvWatcher » PHP Manual EvTimer Configures the watcher EvTimer::set (PECL ev >= 0.2.0) EvTimer::set — Configures the watcher 説明 public EvTimer::set ( float $after , float $repeat ): void Configures the watcher パラメータ after Configures the timer to trigger aft ...
https://man.plustar.jp/php/evtimer.set.html - [similar]
The EvPeriodic class 0
« 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]
Swoole 0
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 Swoole 関数 swoole_async_dns_lookup — Async and non-blocking hostname to IP lookup swoole_async_read — Read file stre ...
https://man.plustar.jp/php/book.swoole.html - [similar]
Swoole 関数 0
« 定義済み定数 swoole_async_dns_lookup » PHP Manual Swoole Swoole 関数 Swoole 関数 目次 swoole_async_dns_lookup — Async and non-blocking hostname to IP lookup swoole_async_read — Read file stream asynchronously swoole_async_readfile — Read a file asynchronously swoole_async_set — Update ...
https://man.plustar.jp/php/ref.swoole-funcs.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]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT