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