略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: posix_getuid

2024-04-27

posix_getuid

(PHP 4, PHP 5, PHP 7, PHP 8)

posix_getuidReturn the real user ID of the current process

说明

posix_getuid(): int

Return the numeric real user ID of the current process.

参数

此函数没有参数。

返回值

Returns the user id, as an int

范例

示例 #1 Example use of posix_getuid()

<?php
echo posix_getuid(); //10000
?>

参见

  • posix_getpwuid() - Return info about a user by user id
  • POSIX man page GETUID(2)
add a noteadd a note

User Contributed Notes 3 notes

up
2
chris at ocportal dot com
13 years ago
Note that this function is not defined on Windows PHP.
up
1
StanE
6 years ago
None of the posix_* functions are available under Windows, since Windows is not POSIX compliant. But there seems to be / was an optional software package available, see here: https://en.wikipedia.org/wiki/Microsoft_POSIX_subsystem
up
0
dee at earlsoft dot co dot uk
3 months ago
On more modern systems the posix functions have split out into the php-process package

Installed Packages
Name         : php-process
Version      : 7.2.24
Release      : 1.module_el8.2.0+313+b04d0a66
Architecture : x86_64
Size         : 100 k
Source       : php-7.2.24-1.module_el8.2.0+313+b04d0a66.src.rpm
Repository   : @System
From repo    : appstream
Summary      : Modules for PHP script using system process interfaces
URL          : http://www.php.net/
License      : PHP
Description  : The php-process package contains dynamic shared objects which add
             : support to PHP using system interfaces for inter-process
             : communication.

官方地址:https://www.php.net/manual/en/function.posix-getuid.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3