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

search for in the

FAM> <cURL 関数
Last updated: Fri, 05 Sep 2008

view this page in

curl_version

(PHP 4 >= 4.0.2, PHP 5)

curl_versioncURL のバージョンを返す

説明

array curl_version ([ int $age ] )

cURL のバージョンについての情報を返します。

パラメータ

age

返り値

以下の要素からなる連想配列を返します。

version_number cURL の 24 ビットのバージョン番号
version cURL バージョン番号を表す文字列
ssl_version_number OpenSSL の 24 ビットのバージョン番号
ssl_version OpenSSL バージョン番号を表す文字列
libz_version zlib バージョンを表す文字列
host cURL をビルドしたホストについての情報
age  
features 定数 CURL_VERSION_XXX のビットマスク
protocols cURL がサポートするプロトコル名の配列



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

FAM> <cURL 関数
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites