EvSignal::__constructConstructs EvPeriodic watcher object Description
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. Parameters
Return ValuesReturns EvSignal object on success. ExamplesExample #1 Handle SIGTERM signal
<?php See Also
|