list_getIPMessageCount
Description
Returns the total number of posts from a specific IP.
Syntax
void list_getIPMessageCount (string $where, array $where_vars)
Parameter $where
Expected type: String
Description: An SQL statement that is plugged into the WHERE clause to further limit results
Parameter $where_vars
Expected type: Array
Description: The array of variable => value pairs to be plugged into $where
Notes
- Only counts posts from boards that the current user can see