September 2001
Intermediate to advanced
768 pages
32h 45m
English
string curl_version(void)
Finds the version of cURL currently being used.
Returns:
A string representing the version of the cURL library in use
Description:
Returns the version of the cURL library that’s being used by PHP.
Example:
<?php $curl_version = curl_version(); echo "The version of cURL in use is $curl_version.\n"; ?> |
Read now
Unlock full access