开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜