GETUID()

From Lianjapedia
Revision as of 07:25, 10 December 2012 by Admin (Talk | contribs)

Jump to: navigation, search

Purpose

Function to get user identity

Syntax

GETUID()

See Also

ACCESS(), GETENV(), GETGID(), GETGRNAM(), GETPID(), PUTENV(), STR()

Description

The GETUID() function returns the user number as a decimal value.

Example

if getuid() > 100 and getuid() < 200
//...
endif