PEAR_ChannelFile::toArray
PEAR_ChannelFile::toArray() – return the channel representation in array format
Synopsis
require_once '/ChannelFile.php';
array
PEAR_ChannelFile::toArray
(
)
Description
This function should not be used to directly manipulate data, but instead as a means to serialize and transport the data in a more efficient manner than as the original xml.
Throws
throws no exceptions thrown
Note
This function can not be called statically.