Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

simple_html_dom stream does not support seeking

//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);
 
PREVIOUS NEXT
Tagged: #stream #support #seeking
ADD COMMENT
Topic
Name
7+4 =