PEAR_ChannelFile::getFunctions()

PEAR_ChannelFile::getFunctions()  -- Retrieve a list of all xmlrpc/soap functions

概要

require_once '/ChannelFile.php';

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

説明

This retrieves an array of all defined xmlrpc and soap functions. Use getBaseURL() to access rest base URLs.

The format of each function is the same as is returned by getFunction()

パラメータ

string $protocol

protocol type (xmlrpc, soap)

string $mirror

Mirror name

例外・エラー

throws no exceptions thrown

注意

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