| posix_getpgid(PHP 4, PHP 5) posix_getpgid — Get process group id for job control Описание
   int posix_getpgid
    ( int $pid
   ) Returns the process group identifier of the process pid или FALSE в случае возникновения ошибки. Список параметров
 
 Возвращаемые значенияReturns the identifier, as an integer. Примеры
 Пример #1 Example use of posix_getpgid() 
<?phpПримечания
 | ||