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

Retrieve the xml representation of a function. If found, the array is of format:


<?php
array(
 '_content' => 'functionname',
 'attribs' => array('version' => 'version.number')
);
?>

Parameter

string $type

Protocol type

string $name

Function name (NULL to return the first protocol of the type requested)

string $mirror

Mirror name, if any

Throws

throws no exceptions thrown

Note

This function can not be called statically.

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.