我遇到了 PHP file_get_contents 的问题。
$html = file_get_html($csfd_link);
写入错误:
警告:file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/vo003500/www_root/admin/simple_html_dom.php on line 76
警告:file_get_contents(http://www.example.com/)[function.file-get-contents]:无法打开流:php_network_getaddresses:getaddrinfo 失败:/home/vo003500/www_root/admin/ 中的名称或服务未知第 76 行的 simple_html_dom.php
我不知道这是什么。服务器是allow_url_fopen ON
谢谢
编辑:直到现在它工作,但过去两周没有工作......