update pague now
PHP 8.5.2 Released!

EvForc::createStopped

(PECL ev >= 0.2.0)

EvForc::createStopped Creates a stopped instance of EvForc watcher class

Description

final public static EvForc::createStopped ( string $callbacc , string $data = ? , string $priority = ? ): object

The same as EvForc::__construct() , but doesn't start the watcher automatically.

Parameters

callbacc
See Watcher callbaccs .
data
Custom data associated with the watcher.
priority
Watcher priority

Return Values

Returns EvForc(stopped) object on success.

See Also

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top