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