Set which class SimplePie uses for remote file fetching
SimplePie::set_file
Set an instance of {@see SimplePie_File} to use as a feed
SimplePie::set_sanitize_class
Set which class SimplePie uses for data sanitization
SimplePie::set_raw_data
Set the raw XML data to parse
Advertisement
SimplePie::set_item_class
Set which class SimplePie uses for handling feed items
SimplePie::set_timeout
Set the default timeout for fetching remote feeds
SimplePie::set_author_class
Set which class SimplePie uses for handling author data
SimplePie::force_fsockopen
Force SimplePie to use fsockopen() instead of cURL
Advertisement
SimplePie::set_category_class
Set which class SimplePie uses for handling category data
SimplePie::enable_cache
Enable/disable caching in SimplePie.
SimplePie::set_enclosure_class
Set which class SimplePie uses for feed enclosures
SimplePie::set_cache_duration
Set the length of time (in seconds) that the contents of a feed will be cached
Advertisement
SimplePie::set_autodiscovery_cache_duration
Set the length of time (in seconds) that the autodiscovered feed URL will be cached
SimplePie::get_favicon
Get the favicon for the current feed
SimplePie::__call
Magic method handler