Function loadMemberData
Loads an array of users' data by ID or member_name.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Load.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Load.php
array|string |
$users |
An array of users by id or name or a single username/id |
boolean |
$is_name = false |
Whether $users contains names |
string |
$set = 'normal' |
What kind of data to load (normal, profile, minimal) |
array
|
The ids of the members loaded |