downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

posix_getpwnam> <posix_getpid
[edit] Last updated: Fri, 17 May 2013

view this page in

posix_getppid

(PHP 4, PHP 5)

posix_getppidDevolver el identificador del proceso padre

Descripción

int posix_getppid ( void )

Devuelve el identificador de proceso del proceso padre del proceso actual.

Valores devueltos

Devuelve el identificador, como valor de tipo integer.

Ejemplos

Ejemplo #1 Ejemplo de uso de posix_getppid()

<?php
echo posix_getppid(); //8259
?>



add a note add a note User Contributed Notes posix_getppid - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites