我想知道为什么最好使用curl代替其他方法
PHP中的$ret = file($url).
这实际上用于访问sms网关的http api.
PHP中的$ret = file($url).
这实际上用于访问sms网关的http api.
有人放弃了“我建议使用curl进行http连接”,但我不知道为什么.
我刚刚读到Paypal付款是必要的,所以这听起来很有趣.
我做了谷歌搜索“为什么使用libcurl”,但我还没有找到答案.
有人可以解释一下吗?
我认为
curl site上的FAQ最好说:
原文链接:https://www.f2er.com/php/137133.html1.2 What is libcurl?
libcurl is a reliable and portable
library which provides you with an
easy interface to a range of common
Internet protocols.You can use libcurl for free in your
application,be it open source,
commercial or closed-source.libcurl is most probably the most
portable,most powerful and most often
used C-based multi-platform file
transfer library on this planet – be
it open source or commercial.
此外,curl有助于同时从多个源下载数据,效率高于file_get_contents()或file().