update : 2015.11.03
php.shukuma.com검색:
|
EvSignal::__construct(PECL ev >= 0.2.0) EvSignal::__construct — Constructs EvPeriodic watcher object 설명
public
EvSignal::__construct
(
int
$signum
,
callable
$callback
[,
mixed
$data
= NULL
[,
int
$priority
= 0
]] )Constructs EvPeriodic watcher object and starts it automatically. For a stopped periodic watcher consider using EvSignal::createStopped() method. 인수
반환값Returns EvSignal object on success. 예제Example #1 Handle SIGTERM signal
<?php 참고
|