PHP Velho Oeste 2024

http_request_method_unregister

(PECL pecl_http >= 0.10.0)

http_request_method_unregisterUnregister request method

Description

bool http_request_method_unregister ( mixed $method )

Unregister a previously registered custom request method.

Parameters

method

The request method name or ID

Return Values

Returns TRUE on success or FALSE on failure.

add a note add a note

User Contributed Notes

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