您好我想知道我是否使用file_get_contents()
作为外部资源但服务器文件不起作用或者太晚了什么appen ....
我试过的例子:
<?php
$string = file_get_contents('https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/1.0_week_age.kml');
print_r($string);
//file of external resource is kml
?>
工作多久? 如果“退出时间” $ string 将为空?
非常感谢,对不起我的英语:)
答案 0 :(得分:1)
您可以使用以下方法设置自己的超时:
ini_set('default_socket_timeout', 300); // 5 minutes