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

search for in the

FAM> <Funções da cURL
Last updated: Fri, 22 Aug 2008

view this page in

curl_version

(PHP 4 >= 4.0.2, PHP 5)

curl_versionObtém informação da versão da cURL

Descrição

array curl_version ([ int $age ] )

Retorna informação sobre a versão da cURL.

Parâmetros

age

Valor Retornado

Retorna um array associativo com os seguintes elementos:

version_number Número da versão cURL 24 bit
version Número da versão cURL, como string
ssl_version_number Número da versão OpenSSL 24 bit
ssl_version Número da versão OpenSSL, como string
libz_version Número da versão zlib, como string
host Informação sobre o host onde a cURL foi compilada
age  
features Um bitmask de constantes CURL_VERSION_XXX
protocols Um array de nomes de protocolos suportados pela cURL



add a note add a note User Contributed Notes
curl_version
There are no user contributed notes for this page.

FAM> <Funções da cURL
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites