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.

Displays PEAR_Info output (Previous) Returns the custom style sheet to use for presentation (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.