The HttpRequest
PHP Manual

HttpRequest::setSslOptions

(PECL pecl_http:0.10.0-1.5.5)

HttpRequest::setSslOptionsSet ssl options

Описание

public bool HttpRequest::setSslOptions ([ array $options ] )

Set SSL options.

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

options

an associative array containing any SSL specific options; if empty or omitted, the SSL options will be reset

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

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


The HttpRequest
PHP Manual