Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Groups getUserCount

From Catglobe Wiki
Revision as of 08:47, 2 August 2017 by Nguyenduyan (talk | contribs) (Created page with "Category:Group_Functions {{HelpFiles}} = Groups_getUserCount = Get number users of groups == Syntax == Groups_getUserCount (array groupsRId); == Arguments == ''grou...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



Groups_getUserCount

Get number users of groups

Syntax

Groups_getUserCount (array groupsRId);

Arguments

groupsRId: array. Array of groups resource Id

Return type

Dictionary

Example

array groupsRId = {15569488, 15569686, 15569952, 15569953};
Groups_getUserCount(groupsRId);
//{"15569488": 0, "15569686": 4, "15569952": 4, "15569953": 4}