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