downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

HttpRequest::setUrl> <HttpRequest::setRawPostData
Last updated: Fri, 13 Nov 2009

view this page in

HttpRequest::setSslOptions

(PECL pecl_http >= 0.10.0)

HttpRequest::setSslOptionsSSL seçeneklerini belirler

Açıklama

public bool HttpRequest::setSslOptions ([ array $seçenekler ] )

SSL seçeneklerini belirler.

Değiştirgeler

seçenekler

SSL'e özgü seçenekleri içeren bir ilişkisel dizi; boşsa veya belirtilmemişse SSL seçenekleri sıfırlanır.

Dönen Değerler

Başarı durumunda TRUE, başarısızlık durumunda FALSE döner.



add a note add a note User Contributed Notes
HttpRequest::setSslOptions
Andy Christianson
24-Jul-2008 05:12
This page does not describe the possible keys for the input array.

Here are the SSL option keys from the cURL source code as of 2008-07-24:

CERT: String that holds file name of the SSL certificate to use
CERTTYPE: String that holds file type of the SSL certificate to use
KEY: String that holds file name of the SSL certificate to use
KEYTYPE: String that holds file type of the SSL certificate to use
PASSWD: String that holds the SSL or SSH private key password.
ENGINE: String that holds the SSL crypto engine.
ENGINE_DEFAULT: flag to set engine as default.

HttpRequest::setUrl> <HttpRequest::setRawPostData
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites