array
PEAR_ChannelFile::getFunction
(
string
$type
,
string
$name
= = null
,
string
$mirror
= = false
)
Récupère le représentation XML d'une fonction. Si il est trouvé, le tableau sera du format :
<?php
array(
'_content' => 'functionname',
'attribs' => array('version' => 'version.number')
);
?>
Type de protocole
Nom de la fonction (NULL pour retourner le premier protocole du type demandé)
Nom du miroir, s'il y en a un
No exceptions thrown.
This function can not be called statically.