PHP.nl

eio_busy

eio_busy

Artificially increase load. Could be useful in tests, benchmarking

resource **eio_busy** int $delay int $pri callable $callback mixed $data

artificially increases load taking seconds to execute. May be used for debugging, or benchmarking. eio_busy``delay

delayDelay in seconds

pri``callbackThis callback is called when all the group requests are done.

data Arbitrary variable passed to . callback

returns request resource on success,return.falseforfailure.

eio_busy

eio_nop