list_getSubscribedUserCount

Description

Gets and returns the number of users subscribed to a particular subscription.

Syntax

int list_getSubscribedUserCount (int $id_sub, string $search_string, array $search_vars)



Parameter $id_sub

Expected type: Integer
Description: Subscription ID



Parameter $search_string

Expected type: String
Description: A string to be appended to the WHERE clause (used to narrow



Parameter $search_vars

Expected type: Array
Description: An array of variables and values to be injected into the search_string



Return value

Expected type: Integer
Description: The number of users subscribed to the specified subscription matching the specified conditions


Advertisement: