PEAR_ChannelFile::getFunctions

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

Synopsis

require_once '/ChannelFile.php';

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

Description

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()

Parameter

string $protocol

protocol type (xmlrpc, soap)

string $mirror

Mirror name

Throws

throws no exceptions thrown

Note

This function can not be called statically.

getFunction (Previous) Get the unserialized XML representing a mirror (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.