-
FAQ
- Forum Search
- Community
- Online Manual
- Support Helpers of the Month
- Function Database
list_getBanLogEntries
Description
Gets the data for displaying ban log entries
Syntax
array list_getBanLogEntries (int $start, int $items_per_page, string $sort)
Parameter $start
Expected type: Integer
Description: The first row of the results to return (0 to start with the first row, 9 to start with the 10th row, etc.)
Parameter $items_per_page
Expected type: Integer
Description: How many items are displayed per page (used to limit how many entries are returned)
Parameter $sort
Expected type: String
Description: An SQL clause to be used with ORDER BY (examples: "id_column", "id_column DESC")
Return value
Expected type: Array of arrays
Description: An array containing arrays of data. Each array contains data for a specific entry
Advertisement:- Help | Terms and Rules | Go Up ▲
- Copyright © 2022 Simple Machines. All Rights Reserved.
- Page created in 0.036 seconds with 13 queries.
- Forum Search