[Docs] Fix link to SimpleHTMLDOM documentation (#3354)

This commit is contained in:
Paul Prechtel 2023-04-19 17:51:55 +02:00 committed by GitHub
parent 4068668de9
commit a4a7473abb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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');