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