EvLoop::timer
(PECL ev >= 0.2.0)
EvLoop::timer — Creates EvTimer watcher object associated with the current event loop instance
說明
final public EvLoop::timer(
float
float
callable
mixed
int
): EvTimer
float
$after ,float
$repeat ,callable
$callback ,mixed
$data = null ,int
$priority = 0 ): EvTimer
Creates EvTimer watcher object associated with the current event loop instance
參數
All parameters have the same meaning as for EvTimer::__construct()
返回值
Returns EvTimer object on success
參見
- EvTimer::__construct() - Constructs an EvTimer watcher object