update : 2015.11.03
php.shukuma.com검색:
|
EvStat::__construct(PECL ev >= 0.2.0) EvStat::__construct — Constructs EvStat watcher object 설명
public
EvStat::__construct
(
string
$path
,
double
$interval
,
callable
$callback
[,
mixed
$data
= NULL
[,
int
$priority
= 0
]] )Constructs EvStat watcher object and starts the watcher automatically. 인수
반환값Returns EvStat watcher object on succes. 예제Example #1 Monitor changes of /var/log/messages
<?php |