mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-13 18:38:48 +00:00
[Docs] Fix link to SimpleHTMLDOM documentation (#3354)
This commit is contained in:
parent
4068668de9
commit
a4a7473abb
@ -53,7 +53,7 @@ $html = getContents($url, $header, $opts);
|
|||||||
```
|
```
|
||||||
|
|
||||||
# getSimpleHTMLDOM
|
# getSimpleHTMLDOM
|
||||||
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.
|
The `getSimpleHTMLDOM` function is a wrapper for the [simple_html_dom](https://simplehtmldom.sourceforge.io/) [file_get_html](https://simplehtmldom.sourceforge.io/docs/1.9/api/file_get_html/) function in order to provide context by design.
|
||||||
|
|
||||||
```PHP
|
```PHP
|
||||||
$html = getSimpleHTMLDOM('your URI');
|
$html = getSimpleHTMLDOM('your URI');
|
||||||
|
Loading…
Reference in New Issue
Block a user