<?php
$TOC = array (
  0 => 
  array (
    0 => 'swoole-client.close.php',
    1 => 'Swoole\\Client::close',
  ),
  1 => 
  array (
    0 => 'swoole-client.connect.php',
    1 => 'Swoole\\Client::connect',
  ),
  2 => 
  array (
    0 => 'swoole-client.construct.php',
    1 => 'Swoole\\Client::__construct',
  ),
  3 => 
  array (
    0 => 'swoole-client.destruct.php',
    1 => 'Swoole\\Client::__destruct',
  ),
  4 => 
  array (
    0 => 'swoole-client.getpeername.php',
    1 => 'Swoole\\Client::getpeername',
  ),
  5 => 
  array (
    0 => 'swoole-client.getsockname.php',
    1 => 'Swoole\\Client::getsockname',
  ),
  6 => 
  array (
    0 => 'swoole-client.isconnected.php',
    1 => 'Swoole\\Client::isConnected',
  ),
  7 => 
  array (
    0 => 'swoole-client.on.php',
    1 => 'Swoole\\Client::on',
  ),
  8 => 
  array (
    0 => 'swoole-client.pause.php',
    1 => 'Swoole\\Client::pause',
  ),
  9 => 
  array (
    0 => 'swoole-client.pipe.php',
    1 => 'Swoole\\Client::pipe',
  ),
  10 => 
  array (
    0 => 'swoole-client.recv.php',
    1 => 'Swoole\\Client::recv',
  ),
  11 => 
  array (
    0 => 'swoole-client.resume.php',
    1 => 'Swoole\\Client::resume',
  ),
  12 => 
  array (
    0 => 'swoole-client.send.php',
    1 => 'Swoole\\Client::send',
  ),
  13 => 
  array (
    0 => 'swoole-client.sendfile.php',
    1 => 'Swoole\\Client::sendfile',
  ),
  14 => 
  array (
    0 => 'swoole-client.sendto.php',
    1 => 'Swoole\\Client::sendto',
  ),
  15 => 
  array (
    0 => 'swoole-client.set.php',
    1 => 'Swoole\\Client::set',
  ),
  16 => 
  array (
    0 => 'swoole-client.sleep.php',
    1 => 'Swoole\\Client::sleep',
  ),
  17 => 
  array (
    0 => 'swoole-client.wakeup.php',
    1 => 'Swoole\\Client::wakeup',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'book.swoole.php',
    1 => 'Swoole',
  ),
  1 => 
  array (
    0 => 'refs.basic.other.php',
    1 => 'Sonstige Grunderweiterungen',
  ),
  2 => 
  array (
    0 => 'funcref.php',
    1 => 'Funktionsreferenz',
  ),
  3 => 
  array (
    0 => 'index.php',
    1 => 'Vorwort',
  ),
);