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_Source » get_source_tags()

get_source_tags()

Description

class SimplePie_Source {
	get_source_tags ( string $namespace, string $tag )
}

This method allows you to get access to ANY element/attribute that is a sub-element of the source tag. It will return an array, which you should look at with PHP's print_r() function.

:!: Note that this will return an array of all of the elements it finds, and you can only go deeper – not shallower.

Availability

  • Available since SimplePie 1.1.

Parameters

namespace (required)

The URL of the XML namespace of the elements you're trying to access. SimplePie has a number of constants for supported namespaces in our Supported XML Namespaces document. If we don't have a constant for it, you can manually add the namespace URL as listed inside the feed.

tag (required)

This is the tag (element) that you want to get.

See Also


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