<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.swoole.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.swoole.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.swoole.php',
    1 => 'Swoole',
  ),
  'prev' => 
  array (
    0 => 'book.swoole.php',
    1 => 'Swoole',
  ),
  'next' => 
  array (
    0 => 'swoole.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/swoole/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.swoole" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   Swoole is a parallel network communication engine based on asynchronous event-driven and coroutine,
   written in C++, providing coroutine and high-performance network programming support for PHP.
   It provides various network server and client modules for multiple communication protocols, making it easy to
   quickly implement TCP/UDP services, high-performance Web, WebSocket services, IoT, real-time communication, games,
   microservices, etc., breaking the limits of PHP in traditional web domains.

   To get started, please check the <a href="https://wiki.swoole.com/" class="link external">&raquo;&nbsp;Swoole Docs</a>.
  </p>
  <blockquote class="note"><p><strong class="note">Зауваження</strong>: <span class="simpara">Для Windows-платформ це
розширення недоступне.</span></p></blockquote>
 </div><?php manual_footer($setup); ?>