list_getMailQueue

Description

Retrieves all the data for the mail queue

Syntax

array list_getMailQueue (int $start, int $items_per_page, string $sort)



Parameter $start

Expected type: Integer
Description: Which row of the results to start with (eg 99 for the 100th row, etc.)



Parameter $items_per_page

Expected type: Integer
Description: How many items to return (number of items per page)



Parameter $sort

Expected type: String
Description: A standard SQL clause for ORDER BY (id_mail ASC, etc.)



Return value

Expected type: Array of arrays
Description: Each array in the array is a row of data


Advertisement: