phpの実行ユーザーを表示する

suexecとか使ったときに実際に意図したユーザーになっているか確認するために使います。

<?php print_r(posix_getpwuid(posix_geteuid())); ?>