Difference between revisions of "GETGID()"

From Lianjapedia
Jump to: navigation, search
(See Also)
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[ACCESS()]], [[CREATE]], [[GETENV()]], [[GETGRNAM()]], [[GETPID()]], [[GETUID()]], [[PUTENV()]], [[STR()]]
+
[[ACCESS()]], [[GETENV()]], [[GETGRNAM()]], [[GETPID()]], [[GETUID()]], [[PUTENV()]], [[STR()]]
  
 
==Description==
 
==Description==

Revision as of 10:24, 9 February 2012

Purpose

Function to get group identity

Syntax

GETGID()

See Also

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

Description

The GETGID() function returns the group number of the user as a decimal value.

Example

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