Detailed Description
Helper class for dealing with XML
Definition at line 7 of file xml.php.
Member Function Documentation
static encode_array |
( |
$ |
array, |
|
|
$ |
root, |
|
|
$ |
name |
|
) |
| [static] |
Given an array, encode it as XML
- Parameters:
-
$array | The array to encode |
$root | The root element of the XML tree |
$name | The name of each array item in the XML tree |
Definition at line 16 of file xml.php.
static encode_rss |
( |
$ |
stories | ) |
[static] |
Encode an array as RSS feed
Definition at line 41 of file xml.php.
The documentation for this class was generated from the following file: