|
eio_busy(PECL eio >= 0.0.1dev) eio_busy — Artificially increase load. Could be useful in tests, benchmarking. Описание
resource eio_busy
( int $delay
[, int $pri = EIO_PRI_DEFAULT
[, callback $callback = NULL
[, mixed $data = NULL
]]] )
eio_busy() artificially increases load taking delay seconds to execute. May be used for debugging, or benchmarking. Список параметров
Возвращаемые значенияeio_busy() returns request resource on success or FALSE on error. Смотрите также
|
|