simple_html_dom icon indicating copy to clipboard operation
simple_html_dom copied to clipboard

Just a Simple HTML DOM library fork. (http://simplehtmldom.sourceforge.net/)

Results 12 simple_html_dom issues
Sort by recently updated
recently updated
newest added

the url is http://search.11st.co.kr/Search.tmall?kwd=123 first I copy the source html code to local file 'test.txt' then format by file_get_html('test.html') it will return false and format fail.

WARNING: preg_match(): Compilation failed: invalid range in character class at offset 4 in /home/ymserver/vhost/ios_wall_ads/spider/protected/simplehtmldom/simple_html_dom.php on line 1372 提示这个错误,怎么解决呢?

为什么我找一个标签返回不了结果,内部死循环了吗?

file_get_contents(): stream does not support seeking

php 7.2.5 PHP Warning: file_get_contents(): stream does not support seeking in simple_html_dom.php on line 90 PHP Warning: file_get_contents(): Failed to seek to position -1 in the stream in simple_html_dom.php on...

I encountered this problem when I use this code. ``` iconv(): Detected an illegal character in input string ``` Then i change ``` php $converted_text = iconv($sourceCharset, $targetCharset//IGNORE, $text); ```...

Parse error: syntax error, unexpected '[' in D:\xampp\htdocs\wztest\simple_html_dom-master\simple_html_dom-master\simple_html_dom.php on line 104 PHP Version 5.3.8 error line104: ` if (!empty($location_headers) && preg_match($pattern, array_values($location_headers)[0], $matches)) {` revised : ``` $k = array_values($location_headers);...

function load_file How to deal with overtime issues?

getAttribute error while the attribute name include '-' Is there anybody meet this problem before? like this : $element->data-lazyload;