PEAR_ChannelFile::getFunction()
Description
Retrieve the xml representation of a function. If found, the array is of format:
<?php
array(
'_content' => 'functionname',
'attribs' => array('version' => 'version.number')
);
?> |
|
Helping ordinary people create extraordinary websites! |
PEAR_ChannelFile::getFunction()DescriptionRetrieve the xml representation of a function. If found, the array is of format:
|