PEAR_ChannelFile::getErrors (Previous) (Next) PEAR_ChannelFile::getFunctions

View this page in Last updated: Sun, 28 Sep 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Plain HTML

PEAR_ChannelFile::getFunction()

PEAR_ChannelFile::getFunction()  -- getFunction

Description

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')
);
?>

Paramètres

chaîne de caractères $type

Type de protocole

chaîne de caractères $name

Nom de la fonction (NULL pour retourner le premier protocole du type demandé)

chaîne de caractères $mirror

Nom du miroir, s'il y en a un

Valeurs renvoyées

Aucune exception n'est lancée.

Note

Cette fonction ne peut pas être appelée de façon statique.

PEAR_ChannelFile::getErrors (Previous) (Next) PEAR_ChannelFile::getFunctions

Download Documentation Last updated: Sun, 28 Sep 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.