getXmlMembers

Description

Gets information about the latest members and returns it in XML or RSS format.

Syntax

array getXmlMembers (string $xml_format)



Parameter $xml_format

Expected type: Enumerated String
Description: Which format to use (determines array keys and how much data is returned - RDF for example does not have much to return)

Possible string values
Allowed values Description
'Anything Else' XML format (proprietary)
'atom' Atom
'rdf' RDF
'rss' RSS 0.92
'rss2' RSS 2.0



Return value

Expected type: Array
Description: $data - an array of information to be parsed by dumpTags (array contents varies depending on format)


Advertisement: