The HttpMessage class
PHP Manual

HttpMessage::getRequestUrl

(PECL pecl_http:0.21.0-1.5.5)

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.


The HttpMessage class
PHP Manual