Introduction | |
PEAR Manual | |
require_once 'PEAR/Info.php'; |
array
PEAR_Info::getMembers
(
string
$group = 'all'
,
bool
$sort = TRUE
)
Retrieve the members list of PEAR group, PEAR doc team, or PEAR website team
(optional) Member list category. Either president, group, docs or website
(optional) Return a member list sorted in alphabetic order
throws no exceptions thrown
since version 1.7.0RC3 (2007-07-10)
This function can not be called statically.
Introduction | |
PEAR Manual | |