| HTTP_Client::detach() | HTTP_Client::head() |
| HTTP_Client | |
| PEAR Manual | |
require_once 'HTTP/Client.php';
|
integer HTTP_Client::get (
string $url
, mixed $data = NULL
, boolean $preEncoded = FALSE
)
This package is not documented yet.
URL
additional data to send
Whether the data is already urlencoded
returns HTTP response code
throws PEAR_Error
This function can not be called statically.
| HTTP_Client::detach() | HTTP_Client::head() |
| HTTP_Client | |
| PEAR Manual | |