mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 15:47:32 +02:00
Created The getSimpleHTMLDOM function (markdown)
5
The-getSimpleHTMLDOM-function.md
Normal file
5
The-getSimpleHTMLDOM-function.md
Normal file
@@ -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');
|
||||
```
|
Reference in New Issue
Block a user