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