总有人间一两风,填我十万八千梦

PHP getmyuid 用法 手册 | 示例代码

PHP开发手册 归档 397℃ 0评论

getmyuid

(PHP 4, PHP 5, PHP 7)

getmyuid获取 PHP 脚本所有者的 UID

说明

getmyuid ( void ) : int

获取当前脚本的用户 ID。

返回值

返回当前脚本的用户 ID,或在错误时返回 FALSE

参见

用户贡献的笔记

bozo_z_clown at yahoo dot com

Note that this function really does what the description says, it returns the numeric user id of the user who *owns the file* containing the current script not the effective user id of user *running* the current script.  Most applications will want the latter which is provided by posix_getuid().

转载请注明:悠然品鉴 » PHP getmyuid 用法 手册 | 示例代码

喜欢 (0)or分享 (0)
发表我的评论
取消评论

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址