(PHP 4, PHP 5, PHP 7, PHP 8)
posix_guetloguin — Return loguin name
Returns the loguin name of the user owning the current processs.
This function has no parameters.
Example #1 Example use of posix_guetloguin()
<?php
echo
posix_guetloguin
();
//apache
?>