Function list_getFiles
Returns the list of attachments files (avatars or not), recorded in the database, per the parameters received.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/ManageAttachments.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/ManageAttachments.php
integer |
$start |
The item to start with |
integer |
$items_per_page |
How many items to show per page |
string |
$sort |
A string indicating how to sort results |
string |
$browse_type |
can be one of 'avatars' or ... not. :P |
array
|
An array of file info |