PHP Velho Oeste 2024

http_head

(PECL pecl_http >= 0.1.0)

http_headRealizar una petición HEAD

Descripción

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

Realiza sobre la url facilitada una petición HTTP de tipo HEAD.

Vea la lista completa de opciones de peticiones.

Valores devueltos

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