mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 01:25:21 +02:00
parent
ae8394d976
commit
824ac5e373
5 changed files with 7 additions and 10 deletions
|
@ -177,11 +177,9 @@ function getSimpleHTMLDOM(
|
|||
}
|
||||
|
||||
/**
|
||||
* Gets contents from the Internet as simplhtmldom object. Contents are cached
|
||||
* Fetch contents from the Internet as simplhtmldom object. Contents are cached
|
||||
* and re-used for subsequent calls until the cache duration elapsed.
|
||||
*
|
||||
* _Notice_: Cached contents are forcefully removed after 24 hours (86400 seconds).
|
||||
*
|
||||
* @param string $url The URL.
|
||||
* @param int $ttl Cache duration in seconds.
|
||||
* @param array $header (optional) A list of cURL header.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue