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

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

PEAR_ChannelFile::getFunction()

PEAR_ChannelFile::getFunction()  -- getFunction

説明

関数の xml 表現を取得します。見つかった場合は、以下のような配列を返します。


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

パラメータ

string $type

プロトコルの型。

string $name

関数名 (NULL の場合は、指定した型の最初のプロトコルを返します)。

string $mirror

ミラーを使用する場合は、ミラーの名前。

例外・エラー

例外はスローされません。

注意

この関数は、スタティックにコールする ことはできません。

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

Download Documentation Last updated: Sun, 24 Aug 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.