<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.ds-stack.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'es',
  ),
  'this' => 
  array (
    0 => 'ds-stack.count.php',
    1 => 'Ds\\Stack::count',
    2 => 'Devuelve el n&uacute;mero de valores en la pila',
  ),
  'up' => 
  array (
    0 => 'class.ds-stack.php',
    1 => 'Ds\\Stack',
  ),
  'prev' => 
  array (
    0 => 'ds-stack.copy.php',
    1 => 'Ds\\Stack::copy',
  ),
  'next' => 
  array (
    0 => 'ds-stack.isempty.php',
    1 => 'Ds\\Stack::isEmpty',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/ds/ds/stack/count.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ds-stack.count" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Ds\Stack::count</h1>
  <p class="verinfo">(PECL ds &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">Ds\Stack::count</span> &mdash; <span class="dc-title">Devuelve el número de valores en la pila</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-ds-stack.count-description">
  <h3 class="title">Descripción</h3>
  <p class="para">
   Ver <span class="function"><a href="countable.count.php" class="function">Countable::count()</a></span>
  </p>
 </div>


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