previousPEAR_Info::display (Previous) (Next) PEAR_Info::getStyleSheetnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

PEAR_Info::getMembers

PEAR_Info::getMembers() – Returns a members list depending of its category (group, docs, website)

Synopsis

require_once 'PEAR/Info.php';

array PEAR_Info::getMembers ( string $group = 'all' , bool $sort = true )

Description

Retrieve the members list of PEAR group, PEAR doc team, or PEAR website team

Parameter

string $group

(optional) Member list category. Either president, group, docs or website

boolean $sort

(optional) Return a member list sorted in alphabetic order

Throws

throws no exceptions thrown

Since

since version 1.7.0RC3 (2007-07-10)

Note

This function can not be called statically.

previousPEAR_Info::display (Previous) (Next) PEAR_Info::getStyleSheetnext

Download Documentation Last updated: Sun, 18 Oct 2009
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.