http_request_method_exists

(PECL)

http_request_method_exists -- Check 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.