Function list_getSubscribedUsers
Return the subscribed users list, for the given parameters.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/ManagePaid.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/ManagePaid.php
integer |
$start |
The 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 |
integer |
$id_sub |
The ID of the subscription |
string |
$search_string |
A search string |
array |
$search_vars = array() |
The variables for the search string |
array
|
An array of information about the subscribed users matching the given parameters |