HttpMessage::getRequestUrl

(PECL pecl_http >= 0.21.0)

HttpMessage::getRequestUrlGet request URL

Опис

public string HttpMessage::getRequestUrl ( void )

Get the Request URL of the Message.

Параметри

Значення, що повертаються

Returns the request URL as string on success, or FALSE if the message is not of type HttpMessage::TYPE_REQUEST.

add a note add a note

User Contributed Notes

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