integer HTTP_Client::get (
string $url
, mixed $data
= null
, boolean $preEncoded
= false
)
This package is not documented yet.
$url
URL
$data
additional data to send
$preEncoded
Whether the data is already urlencoded
returns HTTP response code
throws PEAR_Error
This function can not be called statically.