PHP 选项/信息 函数
在线手册:中文  英文

getmygid

(PHP 4 >= 4.1.0, PHP 5)

getmygid获取当前 PHP 脚本拥有者的 GID

说明

int getmygid ( void )

获取当前 PHP 脚本拥有者的用户组 ID。

返回值

返回当前 PHP 脚本拥有者的用户组 ID,或在错误时返回 FALSE

参见


PHP 选项/信息 函数
在线手册:中文  英文

用户评论:

(2006-05-07 10:04:23)

To clarify, the getmygid() function gets the gid of the PHP script, that is the gid of the file.
To get the effective gid of the running PHP engine, use the posix_getegid() function.

易百教程