Freelance PHP programmer India | Freelance web developer india | Web development India | web developer CV india | Compiling PHP and Apache 2 from source on Linux
HTTP Functions
PHP Manual

http_request_method_register

(PECL pecl_http >= 0.10.0)

http_request_method_registerRegister request method

Description

int http_request_method_register ( string $method )

Register a custom request method.

Parameters

method

the request method name to register

Return Values

Returns the ID of the request method on success, or FALSE on failure.


HTTP Functions
PHP Manual