<?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 => 'ja',
  ),
  'this' => 
  array (
    0 => 'function.posix-getpgrp.php',
    1 => 'posix_getpgrp',
    2 => '現在のプロセスのグループ ID を返す',
  ),
  'up' => 
  array (
    0 => 'ref.posix.php',
    1 => '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' => 'ja',
    '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">現在のプロセスのグループ ID を返す</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-function.posix-getpgrp-description">
  <h3 class="title">説明</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">
   現在のプロセスのグループ ID を返します。
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.posix-getpgrp-parameters">
  <h3 class="title">パラメータ</h3>
  <p class="para">この関数にはパラメータはありません。</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.posix-getpgrp-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="para">
   ID を表す整数値を返します。
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.posix-getpgrp-seealso">
  <h3 class="title">参考</h3>
  <p class="para">
   <ul class="simplelist">
    <li>
     プロセスグループの詳細な情報に関しては、POSIX.1 および
     POSIX システムのマニュアルページ getpgrp(2) を参照ください。
    </li>
   </ul>
  </p>
 </div>


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