HTTP
PHP Manual

Clase HttpRequestPool

(PECL pecl_http >= 0.10.0)

Sinopsis de la Clase

HttpRequestPool implements Iterator , Countable {
public bool attach ( HttpRequest $request )
public __construct ([ HttpRequest $request [, HttpRequest $... ]] )
void __destruct ( void )
bool detach ( HttpRequest $request )
array getAttachedRequests ( void )
array getFinishedRequests ( void )
void reset ( void )
bool send ( void )
protected bool socketPerform ( void )
protected bool socketSelect ([ float $timeout = 0 ] )
}

Elementos de la clase

Propiedades

La clase HttpRequestPool no tiene ninguna propiedad.

Constantes predefinidas

La clase HttpRequestPool no tienen ninguna constante.

Tabla de contenidos


HTTP
PHP Manual