Javascript debugger Website design ↑
Return the process identifier of the parent process of the current process.
Returns the identifier, as an integer.
<?php echo posix_getppid(); //8259 ?>
Javascript debugger Website design