posix_getppid
(PHP 4, PHP 5)
posix_getppid — Üst süreç kimliğini döndürür
Açıklama
int posix_getppid
( void
)
Çalışan süreci çalıştıran sürecin süreç kimliğini döndürür.
Dönen Değerler
Süreç kimliği bir tamsayı olarak döner.
Örnekler
Örnek 1 - posix_getppid() örneği
<?php
echo posix_getppid(); //8259
?>
There are no user contributed notes for this page.
