diff --git a/The-getSimpleHTMLDOM-function.md b/The-getSimpleHTMLDOM-function.md new file mode 100644 index 0000000..69627c0 --- /dev/null +++ b/The-getSimpleHTMLDOM-function.md @@ -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'); +``` \ No newline at end of file