list_getIPMessages

Description

Gets a list of all posts from a specific IP

Syntax

array list_getIPMessages (int $start, int $items_per_page, string $sort, string $where[, array $where_vars])



Parameter $start

Expected type: Integer
Description: What item to start the list off with



Parameter $items_per_page

Expected type: Integer
Description: How many items to display per page



Parameter $sort

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



Parameter $where

Expected type: String
Description: An SQL statement to be added to the WHERE clause to further refine results



Parameter $where_vars

Expected type: Array
Description: An array of query parameters and parameter values for the WHERE clause



Return value

Expected type: Array of arrays
Description: An array of arrays with post information. Each array contains information about a specific post.


Notes

  • Only returns posts from boards that the current user can see
Advertisement: