Is ther开发者_开发百科e an equivalent to phpinfo() for libcurl?
The closest I think is:
phpinfo(INFO_MODULES);
and then use some regular expressions to extract curl info. Several examples can be found in the comments here http://php.net/manual/en/function.phpinfo.php
精彩评论