<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.varnish.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'class.varnishstat.php',
    1 => 'VarnishStat',
    2 => 'The VarnishStat class',
  ),
  'up' => 
  array (
    0 => 'book.varnish.php',
    1 => 'Varnish',
  ),
  'prev' => 
  array (
    0 => 'varnishadmin.stop.php',
    1 => 'VarnishAdmin::stop',
  ),
  'next' => 
  array (
    0 => 'varnishstat.construct.php',
    1 => 'VarnishStat::__construct',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/varnish/varnishstat.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/class.varnishstat.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.varnishstat" class="reference">

 <h1 class="title">The VarnishStat class</h1>
 

 <div class="partintro"><p class="verinfo">(PECL varnish &gt;= 0.3)</p>


  <div class="section" id="varnishstat.intro">
   <h2 class="title">Introduzione</h2>
   <p class="para">

   </p>
  </div>


  <div class="section" id="varnishstat.synopsis">
   <h2 class="title">Sommario della classe</h2>


   <div class="classsynopsis">
    <span class="ooclass"><strong class="classname"></strong></span>


    <div class="classsynopsisinfo">
     <span class="ooclass">
      <span class="modifier">class</span> <strong class="classname">VarnishStat</strong>
     </span>
     {</div>

    
    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Metodi */</div>
    <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><a href="varnishstat.construct.php" class="methodname">__construct</a></span>(<span class="methodparam"><span class="type"><a href="language.types.array.php" class="type array">array</a></span> <code class="parameter">$args</code><span class="initializer"> = ?</span></span>)</div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="varnishstat.getsnapshot.php" class="methodname">getSnapshot</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>

   }</div>


  </div>

 </div>

 














<h2>Indice dei contenuti</h2><ul class="chunklist chunklist_reference"><li><a href="varnishstat.construct.php">VarnishStat::__construct</a> — VarnishStat constructor</li><li><a href="varnishstat.getsnapshot.php">VarnishStat::getSnapshot</a> — Get the current varnish instance statistics snapshot</li></ul>
</div>
<?php manual_footer($setup); ?>