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

search for in the

posix_getpgrp> <posix_getlogin
Last updated: Fri, 22 Aug 2008

view this page in

posix_getpgid

(PHP 4, PHP 5)

posix_getpgidRecoge el id del grupo de procesos para el control de trabajo

Descripción

int posix_getpgid ( int $pid )

Devuelve el identificador de grupo de procesos del proceso pid .

Esta no es una función POSIX, pero es normal en sistemas BSD y System V. Si su sistema no soporta esta función a nivel de sistema, esta función PHP devolverá siempre FALSE.



add a note add a note User Contributed Notes
posix_getpgid
bozo_z_clown at yahoo dot com
03-Feb-2008 12:07
posix_getpgid() returns NULL if the given pid doesn't exist and can therefore be used to determine if a particular pid refers to an existing process.  Beware, however, that pids are recycled so this method can result in false positives.

posix_getpgrp> <posix_getlogin
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites