<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.posix.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'function.posix-getpgrp.php',
    1 => 'posix_getpgrp',
    2 => 'Retorna o identificador do grupo do processo atual',
  ),
  'up' => 
  array (
    0 => 'ref.posix.php',
    1 => 'Fun&ccedil;&otilde;es de POSIX',
  ),
  'prev' => 
  array (
    0 => 'function.posix-getpgid.php',
    1 => 'posix_getpgid',
  ),
  'next' => 
  array (
    0 => 'function.posix-getpid.php',
    1 => 'posix_getpid',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'pt_BR',
    'path' => 'reference/posix/functions/posix-getpgrp.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.posix-getpgrp" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">posix_getpgrp</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">posix_getpgrp</span> &mdash; <span class="dc-title">Retorna o identificador do grupo do processo atual</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.posix-getpgrp-description">
  <h3 class="title">Descrição</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>posix_getpgrp</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="para rdfs-comment">
   Retorna o identificador do grupo do processo atual.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.posix-getpgrp-parameters">
  <h3 class="title">Parâmetros</h3>
  <p class="para">Esta função não possui parâmetros.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.posix-getpgrp-returnvalues">
  <h3 class="title">Valor Retornado</h3>
  <p class="para">
   Retorna o identificador, como um <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.posix-getpgrp-seealso">
  <h3 class="title">Veja Também</h3>
  <p class="para">
   <ul class="simplelist">
    <li>POSIX.1 e a página de manual getpgrp(2) no sistema POSIX
    para obter mais informações sobre grupos de processos</li>
   </ul>
  </p>
 </div>


</div><?php manual_footer($setup); ?>