<?php
$TOC = array (
  0 => 
  array (
    0 => 'functions.user-defined.php',
    1 => 'Las funciones definidas por el usuario',
  ),
  1 => 
  array (
    0 => 'functions.arguments.php',
    1 => 'Par&aacute;metros y argumentos de funci&oacute;n',
  ),
  2 => 
  array (
    0 => 'functions.returning-values.php',
    1 => 'Los valores de retorno',
  ),
  3 => 
  array (
    0 => 'functions.variable-functions.php',
    1 => 'Funciones variables',
  ),
  4 => 
  array (
    0 => 'functions.internal.php',
    1 => 'Funciones internas',
  ),
  5 => 
  array (
    0 => 'functions.anonymous.php',
    1 => 'Funciones an&oacute;nimas',
  ),
  6 => 
  array (
    0 => 'functions.arrow.php',
    1 => 'Funci&oacute;n Flecha',
  ),
  7 => 
  array (
    0 => 'functions.first_class_callable_syntax.php',
    1 => 'Sintaxis callable de primera clase',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'langref.php',
    1 => 'Referencia del lenguaje',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => 'Prefacio',
  ),
);