Function ssi_fetchGroupMembers
Get al members in the specified group
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at SSI.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at SSI.php
integer |
$group_id = null |
The ID of the group to get members from |
string |
$output_method = 'echo' |
The output method. If 'echo', returns a list of group members, otherwise returns an array of info about them. |
|array
|
Displays a list of group members or returns an array of info about them, depending on output_method. |