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: