parent root
PHP: getmygid - Manual

getmygid

(PHP 4 >= 4.1.0, PHP 5, PHP 7)

getmygidGet PHP script owner's GID

Description

getmygid ( void ) : int

Gets the group ID of the current script.

Return Values

Returns the group ID of the current script, or FALSE on error.

See Also

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root