POSIX_GETUID(3) 1 POSIX_GETUID(3) posix_getuid - Return the real user ID of the current processSYNOPSISint posix_getuid (void )DESCRIPTIONReturn the numeric real user ID of the current process.RETURN VALUESReturns the user id, as an integerEXAMPLESExample #1 Example use of posix_getuid(3) <?php echo posix_getuid(); //10000 ?>SEE ALSOposix_getpwuid(3), POSIX man page GETUID(2). PHP Documentation Group POSIX_GETUID(3)
| Related Man Pages |
|---|
| geteuid32(2) - linux |
| getuid32(2) - linux |
| getuid(2) - linux |
| getuid(3p) - centos |
| posix_getegid(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Rules for Homework & Coursework Questions Forum |
| Forum Video Tutorial: How to Use Code Tags |
| Status of UNIX.COM Forum Transformation |
| Denial Of Service Attack Update |