PHP Velho Oeste 2024

http_head

(PECL pecl_http >= 0.1.0)

http_headPerform HEAD request

Descrição

string http_head ( string $url [, array $options [, array &$info ]] )

Performs an HTTP HEAD request on the supplied url.

A lista completa de opções de request.

Valor Retornado

Returns the HTTP response(s) as string on success, or FALSE on failure.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top