curl_version
Returns a human readable string with the version number of libcurl and some of its important components (like OpenSSL version). see also https://curl.haxx.se/libcurl/c/curl_version.html
Syntax
native curl_version(buffer[], const maxlen)
Usage
| buffer | Buffer to copy string with the version number |
| maxlen | Maximum size of the buffer |
Return
This function has no return value.
Defined in
curl.inc
at line 203
.
This documentation was automatically generated from source.