http_request_method_register

(PECL pecl_http >= 0.10.0)

http_request_method_registerRegister request method

說明

int http_request_method_register ( string $method )

Register a custom request method.

參數

method

the request method name to register

回傳值

Returns the ID of the request method on success 或者在失敗時回傳 FALSE.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top