API17

JHttp::head

From Joomla! Documentation

Revision as of 20:45, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JHttp::head[edit]

Description[edit]

Method to send the HEAD command to the server.

Template:Description:JHttp::head [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public JHttp::head ($url)
Parameter Type Default Description
$url

Returns[edit]

bool True on success.

Defined in[edit]

libraries/joomla/client/http.php (line 91)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JHttp::head

Examples[edit]

<CodeExamplesForm />