PEAR_ChannelFile::getFunctions

PEAR_ChannelFile::getFunctions() – すべての xmlrpc/soap 関数の一覧を取得する

Synopsis

require_once '/ChannelFile.php';

array|false PEAR_ChannelFile::getFunctions ( string $protocol , string $mirror = = false )

Description

定義済みの、すべての xmlrpc 関数および soap 関数を配列で取得します。rest のベース URL にアクセスするには getBaseURL() を使用します。

各関数のフォーマットは、getFunction() から返されるものと同じです。

Parameter

string $protocol

プロトコルの型 (xmlrpc、soap)。

string $mirror

ミラーの名前。

Throws

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

Note

This function can not be called statically.