SimplePie 1.5 is now available!

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

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

get_copyright()

Description

class SimplePie {
	get_copyright ()
}

Returns the copyright info for the feed.

Availability

  • Available since SimplePie 1.0.
  • Previously existed as get_feed_copyright() since SimplePie 0.8.

Examples

Display the copyright info

$feed = new SimplePie();
$feed->set_feed_url('http://simplepie.org/blog/feed/');
$feed->init();
$feed->handle_content_type();
 
echo $feed->get_copyright();

See Also


reference/simplepie/get_copyright.txt · Last modified: 2011/03/06 03:56 (external edit)