You are here: Documentation » API Reference » SimplePie » get_title()
Table of Contents
get_title()
Description
class SimplePie { get_title () }
Returns the title of the feed.
Availability
- Available since SimplePie 1.0.
- Previously existed as
get_feed_title()
since SimplePie 0.8.
Examples
Display the title
$feed = new SimplePie(); $feed->set_feed_url('http://simplepie.org/blog/feed/'); $feed->init(); $feed->handle_content_type(); echo $feed->get_title();
See Also
reference/simplepie/get_title.txt · Last modified: 2011/03/06 03:56 (external edit)