eio_nop
PHP function
Edit on GitHub ✎
(PECL eio >= 0.0.1dev)
Does nothing, except go through the whole request cycle
Description
eio_nop(int $pri = EIO_PRI_DEFAULT, callable $callback = NULL, mixed $data = NULL): resource
eio_nop() does nothing, except go through the whole request cycle. Could be useful in debugging.
Parameters
priValues
callbackProto
dataArbitrary variable passed to
callback.
Return Values
eio_nop() returns request resource on success,Falseforfailure.