Weigh-in with your opinion! Let us know what you think. Goals for SimplePie 2.

SimplePie Documentation.  Learn how to use this thing.  It's way better than going to school.

You are here: Documentation » API Reference » SimplePie » get_title()

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: 2007/06/23 18:45 (external edit)