posix_getuid
(PHP 4, PHP 5)
posix_getuid — Return the real user ID of the current process
Описание
int posix_getuid
( void
)
Return the numeric real user ID of the current process.
Возвращаемые значения
Returns the user id, as an integer
Примеры
Пример #1 Example use of posix_getuid()
<?php
echo posix_getuid(); //10000
?>
Смотрите также
- posix_getpwuid() for information on how to convert this into a useable username
- POSIX man page GETUID(2)
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Расширения для управления процессами программ
- POSIX
- posix_access
- posix_ctermid
- posix_errno
- posix_get_last_error
- posix_getcwd
- posix_getegid
- posix_geteuid
- posix_getgid
- posix_getgrgid
- posix_getgrnam
- posix_getgroups
- posix_getlogin
- posix_getpgid
- posix_getpgrp
- posix_getpid
- posix_getppid
- posix_getpwnam
- posix_getpwuid
- posix_getrlimit
- posix_getsid
- posix_getuid
- posix_initgroups
- posix_isatty
- posix_kill
- posix_mkfifo
- posix_mknod
- posix_setegid
- posix_seteuid
- posix_setgid
- posix_setpgid
- posix_setrlimit
- posix_setsid
- posix_setuid
- posix_strerror
- posix_times
- posix_ttyname
- posix_uname
Коментарии
Note that this function is not defined on Windows PHP.
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
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.