Function findMembers
Finds members by email address, username, or real name. - searches for members whose username, display name, or e-mail address match the given pattern of array names. - searches only buddies if buddies_only is set.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Auth.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Auth.php
array |
$names |
The names of members to search for |
boolean |
$use_wildcards = false |
Whether to use wildcards. Accepts wildcards ? and * in the pattern if true |
boolean |
$buddies_only = false |
Whether to only search for the user's buddies |
integer |
$max = 500 |
The maximum number of results |
array
|
An array containing information about the matching members |