|
EventHttp::setAllowedMethodsSets the what HTTP methods are supported in requests accepted by this server, and passed to user callbacks 説明
public
void EventHttp::setAllowedMethods(
int
$methods
)Sets the what HTTP methods are supported in requests accepted by this server, and passed to user callbacks
If not supported they will generate a
By default this includes the following methods:
パラメータ
戻り値値を返しません。 |