HTTP Funkcje
PHP Manual

http_request_method_register

(PECL pecl_http >= 0.10.0)

http_request_method_registerRegister request method

Opis

int http_request_method_register ( string $method )

Register a custom request method.

Parametry

method

the request method name to register

Zwracane wartoĊ›ci

Returns the ID of the request method on success lub FALSE w przypadku niepowodzenia.


HTTP Funkcje
PHP Manual