EvSignal::__constructConstructs EvPeriodic watcher object
&reftitle.description;
publicEvSignal::__constructintsignumcallablecallbackmixeddata&null;intpriority0
Constructs EvPeriodic watcher object and starts it automatically. For a
stopped periodic watcher consider using
EvSignal::createStopped
method.
&reftitle.parameters;
signum
Signal number. See constants exported by
pcntl
extension. See also
signal(7)
man page.
callback
See
Watcher callbacks
.
data
Custom data associated with the watcher.
priority
Watcher priority
&reftitle.returnvalues;
Returns EvSignal object on success.
&reftitle.examples;
Handle SIGTERM signal
stop();
});
Ev::run();
?>
]]>
&reftitle.seealso;
EvSignal::createStopped