On Windows this will always return 0, except when "php -r" is used, when it returns 1.
(PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8)
getmygid — 获取当前 PHP 脚本拥有者的 GID
获取当前 PHP 脚本拥有者的用户组 ID。
返回当前 PHP 脚本拥有者的用户组 ID,或在错误时返回 false
。
On Windows this will always return 0, except when "php -r" is used, when it returns 1.