Created The getSimpleHTMLDOM function (markdown)

LogMANOriginal 2018-09-15 20:55:39 +02:00
parent 0127efb7cd
commit 8b5a6cacce

@ -0,0 +1,5 @@
The `getSimpleHTMLDOM` function is a wrapper for the [simple_html_dom](http://simplehtmldom.sourceforge.net/) [file_get_html](http://simplehtmldom.sourceforge.net/manual_api.htm#api) function in order to provide context by design.
```PHP
$html = getSimpleHTMLDOM('your URI');
```