getUserNames
The getUserNames function is used for returning an associative array of all user_nicknames in the Jamroom Database
array
getUserNames
(int $group, int $user_id, [string $search = 'no'])
-
int
$group: Group_ID to get names for
-
int
$user_id: User_ID to get name for
-
string
$search: Optional search param to find names for.
|