Search Results
Examples ¶ Example #1 posix_geteuid () example This example will show the current user id then set the effective user id to a separate id using posix_seteuid (), then show the difference between the real id and the effective id.
posix_geteuid 15 nov. 2018 24 fois (PHP 4, PHP 5, PHP 7, PHP 8) posix_geteuid — Retourne l'UID effectif de l'utilisateur du processus courant
Return the numeric effective user ID of the current process. See also posix_getpwuid for information on how to convert this into a useable username.
php operating system manual for posix_geteuid section 3 of the unix.com man page documentation.
(PHP 3>= 3.0.10, PHP 4 ) posix_geteuid -- Return the effective user ID of the current process
posix_getuid (PHP 4, PHP 5, PHP 7, PHP 8) posix_getuid — Return the real user ID of the current process
Examples Example #1 posix_geteuid () example This example will show the current user id then set the effective user id to a separate id using posix_seteuid (), then show the difference between the real id and the effective id.
