HttpRequestPool::attach

(PECL pecl_http >= 0.10.0)

HttpRequestPool::attachAttach HttpRequest

Beskrivelse

public bool HttpRequestPool::attach ( HttpRequest $request )

Attach an HttpRequest object to this HttpRequestPool.

Advarsel

Set all options prior attaching!

Parametre

request

an HttpRequest object not already attached to any HttpRequestPool object

Returnerings Værdier

Returns TRUE on success or FALSE on failure.

Fejl/Undtagelser

Throws HttpInvalidParamException, HttpRequestException, HttpRequestPoolException, HttpEncodingException.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top