HttpRequest
PHP Manual

HttpRequest::setMethod

(PECL pecl_http >= 0.10.0)

HttpRequest::setMethodSet method

Beschreibung

public bool HttpRequest::setMethod ( int $request_method )

Set the request method.

Parameter-Liste

request_method

the request method to use

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.


HttpRequest
PHP Manual