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_image_tags()

get_image_tags()

Description

class SimplePie {
	get_image_tags ( string $namespace, string $tag )
}

This method allows you to get access to ANY element/attribute in the image/logo section of the feed. 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.0.

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/get_image_tags.txt · Last modified: 2011/03/06 03:56 (external edit)