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

contributors($setup);

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

 </div>

 <div id="reflectionproperty.export-refsynopsisdiv">
   <div class="warning"><strong class="warning">Aviso</strong><p class="simpara">Esta função foi
<em>DESCONTINUADA</em> a partir do PHP 7.4.0 e foi <em>REMOVIDA</em> a partir do PHP 8.0.0. O uso desta função
é fortemente desencorajado.</p></div>
 </div>

 <div class="refsect1 description" id="refsect1-reflectionproperty.export-description">
  <h3 class="title">Descrição</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><strong>ReflectionProperty::export</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span> <code class="parameter">$class</code></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.boolean.php" class="type bool">bool</a></span> <code class="parameter">$return</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="para rdfs-comment">
   Exporta uma reflexão.
  </p>

  <div class="warning"><strong class="warning">Aviso</strong><p class="simpara">Esta função não
está documentada; apenas a lista de argumentos está disponível.
</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-reflectionproperty.export-parameters">
  <h3 class="title">Parâmetros</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">argument</code></dt>
     <dd>
      <p class="para">
       A reflexão a ser exportada.
      </p>
     </dd>
    
    
     <dt><code class="parameter">name</code></dt>
     <dd>
      <p class="para">
       O nome da propriedade.
      </p>
     </dd>
    
    
     <dt><code class="parameter">return</code></dt>
     <dd>
      <p class="para">
       Definir como <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> retornará a exportação,
em vez de emiti-la. Definir como <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> (o padrão) fará o oposto.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-reflectionproperty.export-returnvalues">
  <h3 class="title">Valor Retornado</h3>
  <p class="para">

  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-reflectionproperty.export-seealso">
  <h3 class="title">Veja Também</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="reflectionproperty.tostring.php" class="methodname" rel="rdfs-seeAlso">ReflectionProperty::__toString()</a> - Para string</span></li>
   </ul>
  </p>
 </div>


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