我使用以下代码来解析另一个站点的HTML,但它显示致命错误:
$html=file_get_html('http://www.google.co.in');
致命错误:调用未定义的函数file_get_html()
php
php ×1