<?php
$TOC = array (
  0 => 
  array (
    0 => 'mysqli.quickstart.dual-interface.php',
    1 => '面向过程和面向对象，两种接口',
  ),
  1 => 
  array (
    0 => 'mysqli.quickstart.connections.php',
    1 => 'Connections',
  ),
  2 => 
  array (
    0 => 'mysqli.quickstart.statements.php',
    1 => 'Executing statements',
  ),
  3 => 
  array (
    0 => 'mysqli.quickstart.prepared-statements.php',
    1 => 'Prepared Statements',
  ),
  4 => 
  array (
    0 => 'mysqli.quickstart.stored-procedures.php',
    1 => 'Stored Procedures',
  ),
  5 => 
  array (
    0 => 'mysqli.quickstart.multiple-statement.php',
    1 => 'Multiple Statements',
  ),
  6 => 
  array (
    0 => 'mysqli.quickstart.transactions.php',
    1 => 'API support for transactions',
  ),
  7 => 
  array (
    0 => 'mysqli.quickstart.metadata.php',
    1 => 'Metadata',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'book.mysqli.php',
    1 => 'MySQLi',
  ),
  1 => 
  array (
    0 => 'set.mysqlinfo.php',
    1 => 'MySQL',
  ),
  2 => 
  array (
    0 => 'refs.database.vendors.php',
    1 => '针对各数据库系统对应的扩展',
  ),
  3 => 
  array (
    0 => 'refs.database.php',
    1 => '数据库扩展',
  ),
  4 => 
  array (
    0 => 'funcref.php',
    1 => '函数参考',
  ),
  5 => 
  array (
    0 => 'index.php',
    1 => '序言',
  ),
);