Difference between revisions of "ID()"

From Lianjapedia
Jump to: navigation, search
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[GETGID()]], [[GETPID()]], [[GETUID()]], [[USER()]]
+
[[GETGID()]], [[GETPID()]], [[GETUID()]], [[USER()]], [[USERDOMAIN()]], [[USERNAME()]], [[USERROLES()]]
  
 
==Description==
 
==Description==

Revision as of 07:15, 2 October 2012

Purpose

Function to return the login name of the current user

Syntax

ID()

See Also

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

Description

The ID() function returns the login name of the current user. The login name is assigned by the operating system. This function is synonymous with the USER() function.

Example

?id()
william