GETGID()

From Lianjapedia
Revision as of 08:27, 7 December 2012 by Yvonne.milne (Talk | contribs)

Jump to: navigation, search

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