The HttpRequest
PHP Manual

HttpRequest::setMethod

(PECL pecl_http:0.10.0-1.5.5)

HttpRequest::setMethodSet method

Описание

public bool HttpRequest::setMethod ( int $request_method )

Set the request method.

Список параметров

request_method

the request method to use

Возвращаемые значения

Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.


The HttpRequest
PHP Manual