From 8b5a6cacceac460bf5d6af6a5a7adbcfa29d3037 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sat, 15 Sep 2018 20:55:39 +0200 Subject: [PATCH] Created The getSimpleHTMLDOM function (markdown) --- The-getSimpleHTMLDOM-function.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 The-getSimpleHTMLDOM-function.md 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