Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User getLoggedInUser: Difference between revisions

From Catglobe Wiki
Tungocman (talk | contribs)
No edit summary
No edit summary
 
Line 14: Line 14:
'''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 23: Line 23:


Version 5.6
Version 5.6
__NOTOC__
__NOTOC__
[[Category:User_Functions]]
[[Category:User_Functions]]

Latest revision as of 07:49, 27 March 2019

User_getLoggedInUser

Get the logged in user

Syntax

User_getLoggedInUser()

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_getLoggedInUser();

Availability

Version 5.6