<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.swoole-process.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'swoole-process.statqueue.php',
    1 => 'Swoole\\Process::statQueue',
    2 => 'Get the stats of the message queue used as the communication method between processes.',
  ),
  'up' => 
  array (
    0 => 'class.swoole-process.php',
    1 => 'Swoole\\Process',
  ),
  'prev' => 
  array (
    0 => 'swoole-process.start.php',
    1 => 'Swoole\\Process::start',
  ),
  'next' => 
  array (
    0 => 'swoole-process.usequeue.php',
    1 => 'Swoole\\Process::useQueue',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/swoole/swoole/process/statqueue.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="swoole-process.statqueue" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Swoole\Process::statQueue</h1>
  <p class="verinfo">(PECL swoole &gt;= 1.9.0)</p><p class="refpurpose"><span class="refname">Swoole\Process::statQueue</span> &mdash; <span class="dc-title">Get the stats of the message queue used as the communication method between processes.</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-swoole-process.statqueue-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>Swoole\Process::statQueue</strong></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>

  <p class="para rdfs-comment">

  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-swoole-process.statqueue-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">This function has no parameters.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-swoole-process.statqueue-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   The array of status of the message queue.

  </p>
 </div>



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