Function list_getBanItems
Retrieves all the ban items belonging to a certain ban group
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/ManageBans.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/ManageBans.php
integer |
$start = 0 |
Which item to start with (for pagination purposes) |
integer |
$items_per_page = 0 |
How many items to show on each page |
integer |
$sort = 0 |
Not used here |
integer |
$ban_group_id = 0 |
The ID of the group to get the bans for |
array
|
An array with information about the returned ban items |