http_request_method_exists
(PECL)
http_request_method_exists -- Check whether request method exists
Popis
int
http_request_method_exists ( mixed method )
Check if a request method is registered (or available by default).
Seznam parametrů
method
request method name or ID
Návratové hodnoty
Returns TRUE if the request method is known, else FALSE.