Set the file system location where the cached files should be stored
SimplePie::set_autodiscovery_cache_duration
Set the length of time (in seconds) that the autodiscovered feed URL will be cached
SimplePie::set_cache_duration
Set the length of time (in seconds) that the contents of a feed will be cached
SimplePie::enable_cache
Enable/disable caching in SimplePie.
Advertisement
SimplePie::force_fsockopen
Force SimplePie to use fsockopen() instead of cURL
SimplePie::set_timeout
Set the default timeout for fetching remote feeds
SimplePie::set_raw_data
Set the raw XML data to parse
SimplePie::set_file
Set an instance of {@see SimplePie_File} to use as a feed
Advertisement
SimplePie::set_feed_url
Set the URL of the feed you want to parse
SimplePie::force_feed
Force the given data/URL to be treated as a feed
SimplePie::__destruct
Remove items that link back to this before destroying this object
SimplePie::__toString
Used for converting object to a string
Advertisement
SimplePie::__construct
The SimplePie class contains feed level data and options
Requests::match_domain
Requests::compatible_gzinflate
Decompression of deflated string while staying compatible with the majority of servers.