PHP Velho Oeste 2024

HttpMessage::getRequestUrl

(PECL pecl_http >= 0.21.0)

HttpMessage::getRequestUrlリクエスト URL を取得する

説明

public string HttpMessage::getRequestUrl ( void )

メッセージのリクエスト URL を取得します。

パラメータ

返り値

成功した場合はリクエスト URL、メッセージの型が HttpMessage::TYPE_REQUEST でない場合は FALSE を返します。

add a note add a note

User Contributed Notes

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