EvFork::createStopped
(PECL ev >= 0.2.0)
EvFork::createStopped — Creates a stopped instance of EvFork watcher class
Descrição
final
public
static
EvFork::createStopped(
string
$callback
,
string $data
= ?,
string $priority
= ?): objectThe same as EvFork::__construct() , but doesn't start the watcher automatically.
Parâmetros
-
callback
-
See Watcher callbacks .
-
data
-
Custom data associated with the watcher.
-
priority
Valor Retornado
Returns EvFork(stopped) object on success.
Veja Também
- EvFork::__construct() - Constructs the EvFork watcher object