例子,获取远程网页内容的php函数。
file_get_contents不稳定。
碰到错误:
file_get_contents(http://***.php): failed to open stream: HTTP request failed!
此处建议采用curl方式。
>>> 您可能感兴趣的文章:
php curl采集站外内容示例代码
php curl参数详解与用法大全
php Curl抓取远程内容出现url中文编码问题的解决方法
php curl获取指定IP所有信息的API代码
php中开启curl扩展的方法详解
php curl post的简单示例
php curl用法的实例代码
php curl采集Discuz的代码实例
PHP中用CURL伪造IP来源的方法
php使用curl判断远程文件是否存在的代码
php curl 学习总结