Difference between revisions of "User getCurrentUser"
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | + | == User_getCurrentUser == | |
+ | |||
Get the current user | Get the current user | ||
Line 16: | Line 15: | ||
'''Return value''' | '''Return value''' | ||
− | An array, it is the user object array, which has the same format as what generated by User_new | + | An array, it is the user object array, which has the same format as what generated by [[User_new]] |
'''Example''' | '''Example''' | ||
Line 25: | Line 24: | ||
Version 5.6 | Version 5.6 | ||
− | + | ||
− | + | [[Category:User_Functions]] |
Latest revision as of 04:40, 24 June 2019
User_getCurrentUser
Get the current user
Syntax
User_getCurrentUser()
Arguments
None
Return value
An array, it is the user object array, which has the same format as what generated by User_new
Example
array user = User_getCurrentUser();
Availability
Version 5.6