HttpMessage::getRequestUrl()
HttpMessage::getRequestUrl - Get request URL
Syntax
public HttpMessage::getRequestUrl ()
Arguments
-
Description
Get the Request URL of the Message.
Version
PHP PECL pecl_http >= 0.21.0
Return value
Returns the request URL as string on success, or FALSE if the message is not of type HttpMessage:: TYPE_REQUEST.