开发者

Any one liner code to find all info about libcurl support on a server?

开发者 https://www.devze.com 2022-12-31 10:09 出处:网络
Is ther开发者_开发百科e an equivalent to phpinfo() for libcurl?The closest I think is: phpinfo(INFO_MODULES);

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

0

精彩评论

暂无评论...
验证码 换一张
取 消