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.
Return value
returns HTTP response code
Note
This function can not be called
statically.