HTTP_Client::setMaxRedirects() | Class Summary HTTP_Client_CookieManager |
HTTP_Client | |
PEAR Manual | |
require_once 'HTTP/Client.php'; |
void HTTP_Client::setRequestParameter (
mixed $name
, string $value = NULL
)
These parameters will be passed to constructors of created HTTP_Request instances.
parameter name or array ('parameter name' => 'parameter value')
parameter value if $name is not an array
throws no exceptions thrown
This function can not be called statically.
HTTP_Client::setMaxRedirects() | Class Summary HTTP_Client_CookieManager |
HTTP_Client | |
PEAR Manual | |