mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-14 16:04:42 +02:00
Created The getSimpleHTMLDOM function (markdown)
parent
0127efb7cd
commit
8b5a6cacce
1 changed files with 5 additions and 0 deletions
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');
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue