<?php
$TOC = array (
  0 => 
  array (
    0 => 'outcontrol.what-output-is-buffered.php',
    1 => 'どの出力をバッファするのか？',
  ),
  1 => 
  array (
    0 => 'outcontrol.nesting-output-buffers.php',
    1 => '出力バッファをネストさせる',
  ),
  2 => 
  array (
    0 => 'outcontrol.buffer-size.php',
    1 => 'バッファサイズ',
  ),
  3 => 
  array (
    0 => 'outcontrol.operations-on-buffers.php',
    1 => 'バッファに対して可能な操作',
  ),
  4 => 
  array (
    0 => 'outcontrol.output-handlers.php',
    1 => '出力ハンドラ',
  ),
  5 => 
  array (
    0 => 'outcontrol.working-with-output-handlers.php',
    1 => '出力ハンドラを扱う',
  ),
  6 => 
  array (
    0 => 'outcontrol.flags-passed-to-output-handlers.php',
    1 => '出力ハンドラに渡されるフラグ',
  ),
  7 => 
  array (
    0 => 'outcontrol.output-handler-return-values.php',
    1 => '出力ハンドラの戻り値',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'book.outcontrol.php',
    1 => '出力制御',
  ),
  1 => 
  array (
    0 => 'refs.basic.php.php',
    1 => 'PHP の振る舞いの変更',
  ),
  2 => 
  array (
    0 => 'funcref.php',
    1 => '関数リファレンス',
  ),
  3 => 
  array (
    0 => 'index.php',
    1 => '序文',
  ),
);