downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

eio_cancel> <Funciones Eio
[edit] Last updated: Fri, 17 May 2013

view this page in

eio_busy

(PECL eio >= 0.0.1dev)

eio_busyIncrementar artificialmente la carga. Podría ser útil en pruebas, evaluaciones comparativas

Descripción

resource eio_busy ( int $delay [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] )

eio_busy() incrementa artificialmente la carga tomanto delay segundos para ejecutarse. Puede usarse para depuración, o evaluaciones comparativas.

Parámetros

delay

Retraso en segundos

pri

La prioridad de petición: EIO_PRI_DEFAULT, EIO_PRI_MIN, EIO_PRI_MAX, o NULL. Si se pasa NULL, pri es establecido internamente a EIO_PRI_DEFAULT.

callback

Esta llamada de retorno se llama cuando está hecho todo el grupo de peticiones.

data

Variable arbitraria pasada a callback.

Valores devueltos

eio_busy() devuelve un recurso de petición en caso de éxito o FALSE en caso de error.

Ver también

  • eio_nop


add a note add a note User Contributed Notes eio_busy - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites