<?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 => 'fr',
  ),
  'this' => 
  array (
    0 => 'reflectionproperty.export.php',
    1 => 'ReflectionProperty::export',
    2 => 'Exporte',
  ),
  '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' => 'fr',
    '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">Exporte</span></p>

 </div>

 <div id="reflectionproperty.export-refsynopsisdiv">
  <div class="warning"><strong class="warning">Avertissement</strong><p class="simpara">
 Cette fonction est <em>OBSOLÈTE</em> à partir de PHP 7.4.0,
 et a été <em>SUPPRIMÉE</em> à partir de PHP 8.0.0.
 Dépendre de cette fonction est fortement déconseillé.
</p></div>
 </div>

 <div class="refsect1 description" id="refsect1-reflectionproperty.export-description">
  <h3 class="title">Description</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">
   Exporte une réflexion.
  </p>

  
<div class="warning"><strong class="warning">Avertissement</strong>
<p class="simpara">
 Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.
</p>
</div>


 </div>


 <div class="refsect1 parameters" id="refsect1-reflectionproperty.export-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">argument</code></dt>
     <dd>
      <p class="para">
       La réflection à exporter.       
      </p>
     </dd>
    
    
     <dt><code class="parameter">name</code></dt>
     <dd>
      <p class="para">
       Le nom de la propriété.
      </p>
     </dd>
    
    
     <dt><code class="parameter">return</code></dt>
     <dd>
      <p class="para">
       Le fait de le définir à <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> retournera
        l&#039;export plutôt que l&#039;émission. Le définir à <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> (par défaut) fera l&#039;inverse.              
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-reflectionproperty.export-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="para">
   
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-reflectionproperty.export-seealso">
  <h3 class="title">Voir aussi</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="reflectionproperty.tostring.php" class="methodname" rel="rdfs-seeAlso">ReflectionProperty::__toString()</a> - R&eacute;cup&egrave;re une repr&eacute;sentation textuelle</span></li>
   </ul>
  </p>
 </div>


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