<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.reflector.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'reflector.export.php',
    1 => 'Reflector::export',
    2 => 'Exports',
  ),
  'up' => 
  array (
    0 => 'class.reflector.php',
    1 => 'Reflector',
  ),
  'prev' => 
  array (
    0 => 'class.reflector.php',
    1 => 'Reflector',
  ),
  'next' => 
  array (
    0 => 'class.reflectionexception.php',
    1 => 'ReflectionException',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/reflection/reflector/export.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reflector.export" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Reflector::export</h1>
  <p class="verinfo">(PHP 5, PHP 7)</p><p class="refpurpose"><span class="refname">Reflector::export</span> &mdash; <span class="dc-title">Exports</span></p>

 </div>

 <div id="reflector.export-refsynopsisdiv">
   <div class="warning"><strong class="warning">Увага</strong><p class="simpara">Ця функція
<em>ЗАСТАРІЛА</em>, починаючи з PHP 7.4.0, та
<em>ВИЛУЧЕНА</em> в PHP 8.0.0. Вкрай не рекомендується на неї
покладатися.</p></div>
 </div>

 <div class="refsect1 description" id="refsect1-reflector.export-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><strong>Reflector::export</strong></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="para rdfs-comment">
   Exports.
  </p>

  <div class="warning"><strong class="warning">Увага</strong><p class="simpara">Наразі ця функція не
документована. Доступний лише список її параметрів.
</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-reflector.export-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">У цієї функції немає
параметрів.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-reflector.export-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-reflector.export-changelog">
  <h3 class="title">Журнал змін</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Версія</th>
      <th>Опис</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>8.0.0</td>
      <td>
       Removed this function.
      </td>
     </tr>

     <tr>
      <td>7.4.0</td>
      <td>
       Deprecated this function.
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>


 <div class="refsect1 seealso" id="refsect1-reflector.export-seealso">
  <h3 class="title">Прогляньте також</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><strong>Reflection::__toString()</strong></span></li>
   </ul>
  </p>
 </div>


</div><?php manual_footer($setup); ?>