list_getUserErrors

Description

Gets a list of all the errors generated by a particular user

Syntax

array list_getUserErrors (int $start, int $num_per_page, string $sort, string $where, array $where_params)



Parameter $start

Expected type: Integer
Description: Which item to start with in the list.



Parameter $num_per_page

Expected type: Integer
Description: How many items there are on each page.



Parameter $sort

Expected type: String
Description: An SQL string indicating how to sort the results



Parameter $where

Expected type: String
Description: Additional conditions for the WHERE clause



Parameter $where_params

Expected type: Array
Description: An array of query parameters and values for the $where clause



Return value

Expected type: Array of arrays
Description: An array containing information about the user's errors. Each array has ip, member_link, message, url, time and timestamp


Advertisement: