PHP » GoLang |
login |
register |
about
|
curl_version(PHP 4 >= 4.0.2, PHP 5, PHP 7) curl_version — Gets 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 |
more
Recently updated
more
Most requested
|