Function list_getIPMessages
Gets all the posts made from a particular IP
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Profile-View.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Profile-View.php
integer |
$start |
Which item to start with (for pagination purposes) |
integer |
$items_per_page |
How many items to show on each page |
string |
$sort |
A string indicating how to sort the results |
string |
$where |
A query to filter which posts are returned |
array |
$where_vars = array() |
An array of parameters for $where |
array
|
An array containing information about the posts |