mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 16:17:28 +02:00
[Docs] Fix link to SimpleHTMLDOM documentation (#3354)
This commit is contained in:
@@ -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');
|
||||||
|
Reference in New Issue
Block a user