<?php
$TOC = array (
  0 => 
  array (
    0 => 'ds-stack.allocate.php',
    1 => 'Ds\\Stack::allocate',
  ),
  1 => 
  array (
    0 => 'ds-stack.capacity.php',
    1 => 'Ds\\Stack::capacity',
  ),
  2 => 
  array (
    0 => 'ds-stack.clear.php',
    1 => 'Ds\\Stack::clear',
  ),
  3 => 
  array (
    0 => 'ds-stack.construct.php',
    1 => 'Ds\\Stack::__construct',
  ),
  4 => 
  array (
    0 => 'ds-stack.copy.php',
    1 => 'Ds\\Stack::copy',
  ),
  5 => 
  array (
    0 => 'ds-stack.count.php',
    1 => 'Ds\\Stack::count',
  ),
  6 => 
  array (
    0 => 'ds-stack.isempty.php',
    1 => 'Ds\\Stack::isEmpty',
  ),
  7 => 
  array (
    0 => 'ds-stack.jsonserialize.php',
    1 => 'Ds\\Stack::jsonSerialize',
  ),
  8 => 
  array (
    0 => 'ds-stack.peek.php',
    1 => 'Ds\\Stack::peek',
  ),
  9 => 
  array (
    0 => 'ds-stack.pop.php',
    1 => 'Ds\\Stack::pop',
  ),
  10 => 
  array (
    0 => 'ds-stack.push.php',
    1 => 'Ds\\Stack::push',
  ),
  11 => 
  array (
    0 => 'ds-stack.toarray.php',
    1 => 'Ds\\Stack::toArray',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'book.ds.php',
    1 => 'Structures de donn&eacute;es',
  ),
  1 => 
  array (
    0 => 'refs.basic.other.php',
    1 => 'Autres extensions basiques',
  ),
  2 => 
  array (
    0 => 'funcref.php',
    1 => 'R&eacute;f&eacute;rence des fonctions',
  ),
  3 => 
  array (
    0 => 'index.php',
    1 => 'Pr&eacute;face',
  ),
);