| 
 | curl_versionGets cURL version information Description
   array curl_version
    ([ int  $age= CURLVERSION_NOW
  ] )Returns information about the cURL version. Parameters
 
 Return ValuesReturns an associative array with the following elements: 
 Examples
 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 |