HttpMessage::getRequestMethod

(PECL pecl_http >= 0.10.0)

HttpMessage::getRequestMethodGet request method

Опис

public string HttpMessage::getRequestMethod ( void )

Get the Request Method of the Message.

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

Returns the request method name 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