array
PEAR_ChannelFile::getFunction
(
string
$type
,
string
$name
= null
,
string
$mirror
= false
)
Retrieve the xml representation of a function. If found, the array is of format:
<?php
array(
'_content' => 'functionname',
'attribs' => array('version' => 'version.number')
);
?>
$type
Protocol type
$name
Function name (NULL to return the first protocol of the type requested)
$mirror
Mirror name, if any
throws no exceptions thrown
This function can not be called statically.