Difference between revisions of "Groups getUserCount"

From Catglobe Wiki
Jump to: navigation, search
(Created page with "Category:Group_Functions {{HelpFiles}} = Groups_getUserCount = Get number users of groups == Syntax == Groups_getUserCount (array groupsRId); == Arguments == ''grou...")
 
(No difference)

Latest revision as of 10:47, 2 August 2017



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}