Difference between revisions of "USERNAME()"

From Lianjapedia
Jump to: navigation, search
(Created page with '==Purpose== Function to return the login name of the current user as defined in the Lianja Users Workspace ==Syntax== USER() ==See Also== GETGID(), GETPID(), [[GETUID()…')
 
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[GETGID()]], [[GETPID()]], [[GETUID()]], [[ID()]], [[USERDOMAIN()]], [[USERNAME()]], [[USERROLES()]]
+
[[GETGID()]], [[GETPID()]], [[GETUID()]], [[ID()]], [[USER()]], [[USERDOMAIN()]], [[USERROLES()]]
  
 
==Description==
 
==Description==

Revision as of 07:22, 2 October 2012

Purpose

Function to return the login name of the current user as defined in the Lianja Users Workspace

Syntax

USER()

See Also

GETGID(), GETPID(), GETUID(), ID(), USER(), USERDOMAIN(), USERROLES()

Description

The USERNAME() function returns the login name of the current user as defined in the Lianja Users Workspace. The operating system login name can be obtained using the ID() or USER() functions.

Example

?username()
william