expand_userlist()
expand_userlist(mixed $useridlist) : array
A function to return an expanded list of user id's given an input list if one of the id's specified is negative, it is assumed to be a group id and is expanded to its members.
Parameters
mixed | $useridlist | A comma separated string, or an array of userid's or negative group id's. |