<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.fpm.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'function.fpm-get-status.php',
    1 => 'fpm_get_status',
    2 => 'Returns the current FPM pool status',
  ),
  'up' => 
  array (
    0 => 'ref.fpm.php',
    1 => 'Функції FPM',
  ),
  'prev' => 
  array (
    0 => 'function.fastcgi-finish-request.php',
    1 => 'fastcgi_finish_request',
  ),
  'next' => 
  array (
    0 => 'refs.basic.session.php',
    1 => 'Розширення для роботи зі сесіями',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/fpm/functions/fpm-get-status.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.fpm-get-status" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">fpm_get_status</h1>
  <p class="verinfo">(PHP 7 &gt;= 7.3, PHP 8)</p><p class="refpurpose"><span class="refname">fpm_get_status</span> &mdash; <span class="dc-title">Returns the current FPM pool status</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.fpm-get-status-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>fpm_get_status</strong></span>(): <span class="type"><span class="type"><a href="language.types.array.php" class="type array">array</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <p class="para rdfs-comment">
   This function returns the full current FPM pool status as an associative array. It always
   returns the full status, including per-process status information. See the
   <a href="fpm.status.php" class="link">FPM status page guide</a> for further
   details.
  </p>
  <p class="para">
   Note that this function will only be defined if FPM is being used to serve the script.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.fpm-get-status-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">У цієї функції немає
параметрів.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.fpm-get-status-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   Associative array containing the full FPM pool status, або <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> в разі помилки.
  </p>
 </div>

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