array CGroup::GetGroupUser( int group_id )
The method GetGroupUser returns an array of all users of the group specified by the group ID parameter.
Parameter | Description |
---|---|
group_id | Group ID. |
<? $arUsers = CGroup::GetGroupUser(1); echo "<pre>"; print_r($arUsers); echo "</pre>"; ?>
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |