update : 2015.11.03
php.shukuma.com검색:
|
EvTimer::createStopped(PECL ev >= 0.2.0) EvTimer::createStopped — Creates EvTimer stopped watcher object 설명
final
public
static
EvTimer
EvTimer::createStopped
(
double
$after
,
double
$repeat
,
callable
$callback
[,
mixed
$data
= NULL
[,
int
$priority
= 0
]] )Creates EvTimer stopped watcher object. Unlike EvTimer::__construct() , this method doesn't start the watcher automatically. 인수
반환값Returns EvTimer watcher object on success. 예제Example #1 Monotor changes of /var/log/messages. Avoid missing updates by means of one second delay
<?php 참고
|