Helping ordinary people create extraordinary websites!
HOME TUTORIALS SCRIPTS WEB HOSTING BLOG FORUM
Get Our Newsletter
Email:

http_request_method_exists

(PECL pecl_http:0.10.0-1.5.5)

http_request_method_existsCheck whether request method exists

Description

int http_request_method_exists ( mixed $method )

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

Parameters

method

request method name or ID

Return Values

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