(PHP 4, PHP 5, PHP 7, PHP 8)
posix_getppid — Üst süreç kimliğini döndürür
Çalışan süreci çalıştıran sürecin süreç kimliğini döndürür.
Süreç kimliği bir tamsayı olarak döner.
Örnek 1 - posix_getppid() örneği
<?php
echo posix_getppid(); //8259
?>