update : 2015.11.03
php.shukuma.com검색:
|
EvPeriodic::createStopped(PECL ev >= 0.2.0) EvPeriodic::createStopped — Create a stopped EvPeriodic watcher 설명
final
public
static
EvPeriodic
EvPeriodic::createStopped
(
double
$offset
,
double
$interval
,
callable
$reschedule_cb
,
callable
$callback
[,
mixed
$data
= NULL
[,
int
$priority
= 0
]] )Create EvPeriodic object. Unlike EvPeriodic::__construct() this method doesn't start the watcher automatically. 인수
반환값Returns EvPeriodic watcher object on success. 참고
|