(PHP 3 >= 3.0.10, PHP 4, PHP 5)
現在のプロセスの実際のユーザ ID を返します。
ID を表す整数値を返します。
例 1. posix_getuid() の使用例
<?phpecho posix_getuid(); //10000?>