posix_getuid
posix_getuid
Return the real user ID of the current process
int **posix_getuid**
Return the numeric real user ID of the current process.
Returns the user id, as an
int
**Voorbeeld: Example use of **
<?php
echo posix_getuid(); //10000
?>
posix_getpwuid