HttpMessage::setRequestUrl

(PECL pecl_http >= 0.21.0)

HttpMessage::setRequestUrlSet request URL

Опис

public bool HttpMessage::setRequestUrl ( string $url )

Set the Request URL of the HTTP Message.

Параметри

url

the request URL

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

Returns TRUE on success, or FALSE if the message is not of type HttpMessage::TYPE_REQUEST or supplied URL was empty.

add a note add a note

User Contributed Notes

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