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

contributors($setup);

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

 </div>

 <div id="reflectionextension.export-refsynopsisdiv">
   <div class="warning"><strong class="warning">Warnung</strong><p class="simpara">Diese Funktion ist seit
PHP 7.4.0 als <em>DEPRECATED</em> (veraltet) markiert und wurde in PHP 8.0.0
<em>ENTFERNT</em>. Von der Verwendung dieser Funktion wird
dringend abgeraten.</p></div>
 </div>

 <div class="refsect1 description" id="refsect1-reflectionextension.export-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><strong>ReflectionExtension::export</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$name</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$return</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong></span></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="para rdfs-comment">
   Exports a reflected extension. The output format of this function is 
   the same as the CLI argument <code class="literal">--re [extension]</code>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-reflectionextension.export-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">name</code></dt>
     <dd>
      <p class="para">
       Die Reflection, die exportiert werden soll.
      </p>
     </dd>
    
    
     <dt><code class="parameter">return</code></dt>
     <dd>
      <p class="para">
       Wird dies auf <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> gesetzt, so wird der Export
zurückgegeben anstelle ihn auszugeben. Wird dies auf <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> gesetzt (der Standardwert), wird
das Gegenteil passieren.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-reflectionextension.export-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Falls der Parameter
<code class="parameter">return</code> auf <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> gesetzt ist,
so wird der Export als ein <span class="type"><a href="language.types.string.php" class="type String">String</a></span>
zurückgegeben, andernfalls wird <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong> zurückgegeben.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-reflectionextension.export-seealso">
  <h3 class="title">Siehe auch</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="reflectionextension.info.php" class="methodname" rel="rdfs-seeAlso">ReflectionExtension::info()</a> - Print extension info</span></li>
    <li><span class="methodname"><a href="reflectionextension.tostring.php" class="methodname" rel="rdfs-seeAlso">ReflectionExtension::__toString()</a> - To string</span></li>
   </ul>
  </p>
 </div>


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