list_getGroupRequestCount
Description
Finds out how many members have requested to join a particular group or specific groups
Syntax
int list_getGroupRequestCount (string $where, array $where_parameters)
Parameter $where
Expected type: Escaped String
Description: An SQL string to be passed to "WHERE" (used to determine the specific parameter for this request - particular group, etc.)
Parameter $where_parameters
Expected type: Array
Description: An array of parameters to be injected into $where
Return value
Expected type: Integer
Description: The number of members waiting to join the group or groups
Notes
- Used to determine how many people are still waiting to join a particular group or groups