外部资源的file_get_contents()可能会出去吗?

时间:2017-03-18 14:22:38

标签: php file-get-contents

您好我想知道我是否使用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 将为空?

非常感谢,对不起我的英语:)

1 个答案:

答案 0 :(得分:1)

您可以使用以下方法设置自己的超时:

ini_set('default_socket_timeout', 300); // 5 minutes