How to check if curl is enabled or disabled

前端 未结 7 1469
孤城傲影
孤城傲影 2020-11-27 04:07

Possible Duplicate:
Writing a function in php

I\'m using the following code

echo \'Curl: \',          


        
7条回答
  •  借酒劲吻你
    2020-11-27 04:25

    You can always create a new page and use phpinfo(). Scroll down to the curl section and see if it is enabled.

提交回复
热议问题