Limit your search to one particular column in the users table. Only required if you specify a term.
2
$term = null
string
No
The search term you are looking for in the specified column.
3
$id = null
int
No
Specify an id if you do not wish to specify a column and term.
Returns
Data Type
Description of Returned Data
object
Returns one row of the users table or false if no match is found.
Example
fetchUserDetails(null,null,1)
Further Documentation:
WARNING: Do not pass user-supplied data to the column parameter of this function as it is unbound and could be vulnerable to SQL injections. It is (and should) really only be used for internal purposes.
Returns the data of a single user.
To get a single user's data by id call