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

search for in the

posix_getpwnam> <posix_getpid
Last updated: Fri, 14 Aug 2009

view this page in

posix_getppid

(PHP 4, PHP 5)

posix_getppidRetourne l'identifiant du processus parent

Description

int posix_getppid ( void )

Retourne l'identifiant du processus parent du processus courant.

Valeurs de retour

Retourne l'identifiant, sous la forme d'un entier.

Exemples

Exemple #1 Exemple avec posix_getppid()

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



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

posix_getpwnam> <posix_getpid
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites