Get PHP script owner's GID
Syntax
getmygid(): int|false
Return
Returns the group ID of the current script, or false on error.
Examples
<? $return = getmygid(); var_export($return); ?>
0
Get PHP script owner's GID
getmygid(): int|false
Returns the group ID of the current script, or false on error.
<? $return = getmygid(); var_export($return); ?>
0