标签: php xml simplexml
我在网站上运行代码,它的工作时间为5分钟,然后突然停止。
$use_errors = libxml_use_internal_errors(true); $xml = simplexml_load_file($url); libxml_clear_errors(); libxml_use_internal_errors($use_errors); echo $xml->ratio;
在我的网络服务器上,函数allow_url_fopen启用,php版本为5.5