0
我從服務器加載文件:PHP:使用simplexml_load_file檢查服務器狀態
$url = 'http://www.sample.com/test.xml';
$xml = simplexml_load_file($url);
如果服務器是接近我得到錯誤:
Warning: simplexml_load_file() [function.simplexml-load-file]: php_network_getaddresses: getaddrinfo failed:...
Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity
如何檢查是否到達文件?