PHP » GoLang |
login |
register |
about
|
GoLang EvTimer::createStopped
request it (363)
GoLang replacement for PHP's EvTimer::createStopped
[edit | history]
EvTimer::createStopped(PECL ev >= 0.2.0) EvTimer::createStopped — Creates EvTimer stopped watcher object Description
final
public
static
EvTimer
EvTimer::createStopped
(
float
$after
,
float
$repeat
,
callable
$callback
[,
mixed
$data
= NULL
[,
int
$priority
= 0
]] )Creates EvTimer stopped watcher object. Unlike EvTimer::__construct() , this method doesn't start the watcher automatically. Parameters
Return ValuesReturns EvTimer watcher object on success. ExamplesExample #1 Monotor changes of /var/log/messages. Avoid missing updates by means of one second delay
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|