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

contributors($setup);

?>
<div id="intro.mqseries" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   <div class="warning"><strong class="warning">Увага</strong><p class="simpara">Це розширення —
<em>ЕКСПЕРИМЕНТАЛЬНЕ</em>. Його поведінка, назви функцій та
документація можуть бути змінені без попередження в майбутніх випусках PHP.
Використання цього розширення є ризикованим для розробника.</p></div>
   This extension aims to provide an interface for communicating with IBMs
   WebSphere MQ series Queue managers.
  </p>
  <p class="simpara">
   The interface mimics the C-API client interface of WebSphere MQ Series as
   close as possible. Using the same naming conventions and possibilities of the
   C-API. In order to understand the workings of this extension some level of
   understanding the C-API is required.
  </p>
  <p class="simpara">
   For MQ-options, MQ-structures, MQ-results etc. please read the WebSphere MQ
   Application Programming Guide and WebSphere MQ Application Programming
   Reference.
  </p>
 </div><?php manual_footer($setup); ?>