Simple_html_dom Stream ne prend pas en charge la recherche

//On line 75 of simple_html_dom.php:
$contents = file_get_contents($url, $use_include_path, $context, $offset);
//I removed the reference to $offset:
$contents = file_get_contents($url, $use_include_path, $context);
Hungry Hare