(PHP 3 >= 3.0.13, PHP 4, PHP 5)
Returns the login name of the user owning the current process.
Returns the login name of the user, as a string.
Example 1. Example use of posix_getlogin()
<?phpecho posix_getlogin(); //apache?>
Total time: 0.0383