PHP Velho Oeste 2024

http_head

(PECL pecl_http >= 0.1.0)

http_headHEAD リクエストを実行する

説明

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

指定した url に対して HTTP HEAD リクエストを実行します。

リクエストのオプション を参照ください。

返り値

成功した場合は HTTP レスポンスを文字列で、失敗した場合は FALSE を返します。

add a note add a note

User Contributed Notes

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