list_getBans
Description
Gets a list of ban groups
Syntax
array list_getBans (int $start, int $items_per_page, string $sort)
Parameter $start
Expected type: Integer
Description: Which item in the list to start with.
Parameter $items_per_page
Expected type: Integer
Description: How many ban groups to display per page
Parameter $sort
Expected type: String
Description: How we're sorting the list
Return value
Expected type: Array of arrays
Description: An array of arrays, each of which contains information about a ban group.