|
curl_versionGets cURL version information Description
arrayfalse curl_version()
Returns information about the cURL version. ParametersThis function has no parameters. Return ValuesReturns an associative array with the following elements:
Changelog
Examples
Example #1 curl_version example
This example will check which features that's available
in cURL build by using the
|