update : 2015.11.03
php.shukuma.com검색:
|
curl_version(PHP 4 >= 4.0.2, PHP 5, PHP 7) curl_version — Gets cURL version information 설명
array curl_version
([ int
$age = CURLVERSION_NOW
] )Returns information about the cURL version. 인수
반환값Returns an associative array with the following elements:
예제
Example #1 curl_version() example This example will check which features that's available in cURL build by using the 'features' bitmask returned by curl_version().
<?php |