1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-03 23:27:32 +02:00

Deploying to gh-pages from @ RSS-Bridge/rss-bridge@a4a7473abb 🚀

This commit is contained in:
dvikan
2023-04-19 15:52:28 +00:00
parent 915a85e579
commit ffbaeb5a4e
43 changed files with 44 additions and 44 deletions

View File

@@ -100,7 +100,7 @@
<div class="Page__header">
<h1><a href="../Helper_functions/index.html">Helper functions</a></h1>
<span class="ModifiedDate">
April 14, 2023 at 12:32 PM </span>
April 19, 2023 at 8:52 AM </span>
<span class="EditOn">
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/06_Helper_functions/index.md" target="_blank">
Edit on GitHub </a>
@@ -181,7 +181,7 @@ $opts = array(CURLOPT_POST =&gt; 1);
$html = getContents($url, $header, $opts);
</code></pre>
<h1><a id="getsimplehtmldom" href="#getsimplehtmldom" class="Permalink" aria-hidden="true" title="Permalink">#</a>getSimpleHTMLDOM</h1>
<p>The <code>getSimpleHTMLDOM</code> function is a wrapper for the <a href="http://simplehtmldom.sourceforge.net/" class="Link--external" rel="noopener noreferrer">simple_html_dom</a> <a href="http://simplehtmldom.sourceforge.net/manual_api.htm#api" class="Link--external" rel="noopener noreferrer">file_get_html</a> function in order to provide context by design.</p>
<p>The <code>getSimpleHTMLDOM</code> function is a wrapper for the <a href="https://simplehtmldom.sourceforge.io/" class="Link--external" rel="noopener noreferrer">simple_html_dom</a> <a href="https://simplehtmldom.sourceforge.io/docs/1.9/api/file_get_html/" class="Link--external" rel="noopener noreferrer">file_get_html</a> function in order to provide context by design.</p>
<pre><code class="language-PHP">$html = getSimpleHTMLDOM('your URI');
</code></pre>
<h1><a id="getsimplehtmldomcached" href="#getsimplehtmldomcached" class="Permalink" aria-hidden="true" title="Permalink">#</a>getSimpleHTMLDOMCached</h1>