posix_getlogin

PHP 4, PHP 5, PHP 7, PHP 8
posix_getlogin - Return login name
Manual
Code Examples

posix_getlogin( ): string|false

Returns the login name of the user owning the current process.

Parameters

This function has no parameters.

Return Values

Returns the login name of the user, as a string, or false on failure.

Related Functions

Example of posix_getlogin

Show all examples for posix_getlogin

PHP Version: