php8.5
Home/ Manual/ ev / evloop/ EvLoop::check

EvLoop::check

PHP function Edit on GitHub ✎

(PECL ev >= 0.2.0)

Creates EvCheck object associated with the current event loop instance

Description

EvLoop::check(string $callback, [string $data], [string $priority]): EvCheck

Creates EvCheck object associated with the current event loop instance.

Parameters

All parameters have the same meaning as for EvCheck::__construct

Return Values

Returns EvCheck object on success.

See Also

  • EvCheck::__construct

Source: reference/ev/evloop/check.xml · from the official PHP manual (php/doc-en)