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

contributors($setup);

?>
<div id="intro.wddx" class="preface">
  <h1 class="title">Вступ</h1>
  <div class="warning"><strong class="warning">Увага</strong>
   <p class="simpara">
    This extension is <em>DEPRECATED</em> and <em>UNBUNDLED</em> as of PHP 7.4.0.
   </p>
  </div>
  <p class="para">
   These functions are intended for work with <a href="http://www.openwddx.org/" class="link external">&raquo;&nbsp;WDDX</a>.
  </p>
  <div class="warning"><strong class="warning">Увага</strong>
   <p class="para">
    Do not pass untrusted user input to <span class="function"><a href="function.wddx-deserialize.php" class="function">wddx_deserialize()</a></span>.
    Unserialization can result in code being loaded and executed due to object
    instantiation and autoloading, and a malicious user may be able to exploit
    this. Use a safe, standard data interchange format such as JSON (via
    <span class="function"><a href="function.json-decode.php" class="function">json_decode()</a></span> and <span class="function"><a href="function.json-encode.php" class="function">json_encode()</a></span>) if
    you need to pass serialized data to the user.
   </p>
  </div>
 </div><?php manual_footer($setup); ?>