(PHP 3 >= 3.0.13, PHP 4, PHP 5)
現在のプロセスを所有するユーザのログイン名を返します。
ユーザのログイン名を文字列で返します。
例 1. posix_getlogin() の使用例
<?phpecho posix_getlogin(); //apache?>