php: simplexml_load_file onay sunucu durumu

0 Cevap php

i sunucusundan dosya yüklemek:

$url = 'http://www.sample.com/test.xml';
$xml = simplexml_load_file($url);

Sunucuları yakın ise ve ben hata alıyorum:

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

Dosya ulaşıldığında olmadığını denetlemek nasıl?

0 Cevap