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

contributors($setup);

?>
<div id="intro.xmlrpc" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
  These functions can be used to write XML-RPC servers and clients.
  You can find more information about XML-RPC at
  <a href="http://www.xmlrpc.com/" class="link external">&raquo;&nbsp;http://www.xmlrpc.com/</a>, and more
  documentation on this extension and its functions at
  <a href="http://xmlrpc-epi.sourceforge.net/" class="link external">&raquo;&nbsp;http://xmlrpc-epi.sourceforge.net/</a>.
 </p>
 <div class="warning"><strong class="warning">Увага</strong><p class="simpara">Це розширення —
<em>ЕКСПЕРИМЕНТАЛЬНЕ</em>. Його поведінка, назви функцій та
документація можуть бути змінені без попередження в майбутніх випусках PHP.
Використання цього розширення є ризикованим для розробника.</p></div>
 </div><?php manual_footer($setup); ?>