Sửa lỗi Warning: file_get_contents(): stream does not support seeking (ok)
https://stackoverflow.com/questions/42685814/file-get-contents-stream-does-not-support-seeking-when-was-php-behavior-abo/44131040
You don't need to edit the vendor files. Just change your requests from:
$html = HtmlDomParser::file_get_html( "https://www.google.com/");
to:
$html = HtmlDomParser::file_get_html( "https://www.google.com/", false, null, 0 );
PreviousSửa lỗi Simple HTML Dom phiên bản simplehtmldom_1_9_1(ok)NextSửa lỗi Simple html dom file_get_html not working - is there any workaround? (ok)
Last updated
Was this helpful?