相关疑难解决方法(0)

file_get_html显示致命错误调用未定义的函数

我使用以下代码来解析另一个站点的HTML,但它显示致命错误:

$html=file_get_html('http://www.google.co.in');
Run Code Online (Sandbox Code Playgroud)

致命错误:调用未定义的函数file_get_html()

php

13
推荐指数
2
解决办法
7万
查看次数

标签 统计

php ×1