HTTP_Client::head()

HTTP_Client::head() -- Sends a 'HEAD' HTTP request

Synopsis

require_once 'HTTP/Client.php';

integer HTTP_Client::head (string $url)

Description

This package is not documented yet.

Parameter

string $url

URL

Return value

returns HTTP response code

Throws

throws PEAR_Error

Note

This function can not be called statically.