http_request_method_exists

(PECL pecl_http >= 0.10.0)

http_request_method_existsCheck whether request method exists

Опис

int http_request_method_exists ( mixed $method )

Check if a request method is registered (or available by default).

Параметри

method

request method name or ID

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

Returns TRUE if the request method is known, else FALSE.

add a note add a note

User Contributed Notes

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