Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

getmygid

Description

The getmygid of Options / Information for PHP get PHP script owner's GID.

Syntax

getmygid(): int|false

Return

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

Examples

1

<?

$return = getmygid();

var_export($return);

?>
0
HomeMenu