<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/appendices.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'es',
  ),
  'this' => 
  array (
    0 => 'indexes.php',
    1 => 'Listado de &iacute;ndices',
    2 => 'Listado de &iacute;ndices',
  ),
  'up' => 
  array (
    0 => 'appendices.php',
    1 => 'Ap&eacute;ndices',
  ),
  'prev' => 
  array (
    0 => 'cc.license.php',
    1 => 'Creative Commons Attribution 3.0',
  ),
  'next' => 
  array (
    0 => 'indexes.functions.php',
    1 => 'Listado de Funciones y M&eacute;todos',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'base',
    'path' => 'funcindex.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/indexes.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="indexes" class="appendix">
 <h1 class="title">Listado de índices</h1>
<h2>Tabla de contenidos</h2><ul class="chunklist chunklist_appendix"><li><a href="indexes.functions.php">Listado de Funciones y M&eacute;todos</a></li><li><a href="indexes.examples.php">Listado de ejemplos</a></li></ul>

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