<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.xattr.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'xattr.constants.php',
    1 => 'Constantes pr&eacute;-d&eacute;finies',
    2 => 'Constantes pr&eacute;-d&eacute;finies',
  ),
  'up' => 
  array (
    0 => 'book.xattr.php',
    1 => 'xattr',
  ),
  'prev' => 
  array (
    0 => 'xattr.installation.php',
    1 => 'Installation',
  ),
  'next' => 
  array (
    0 => 'ref.xattr.php',
    1 => 'Fonctions xattr',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/xattr/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="xattr.constants" class="appendix">
 <h1 class="title">Constantes pré-définies</h1>

 <p class="simpara">Ces constantes sont définies par cette
extension, et ne sont disponibles que si cette extension a été compilée avec
PHP, ou bien chargée au moment de l&#039;exécution.</p>
 <dl>
  
   <dt id="constant.xattr-root">
    <strong><code><a href="xattr.constants.php#constant.xattr-root">XATTR_ROOT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Définit un attribut dans l&#039;espace de noms racine. Nécessite les privilèges d&#039;administrateur.
    </span>
   </dd>
  
  
   <dt id="constant.xattr-dontfollow">
    <strong><code><a href="xattr.constants.php#constant.xattr-dontfollow">XATTR_DONTFOLLOW</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Ne pas suivre un lien symbolique mais opérer directement sur le lien symbolique.
    </span>
   </dd>
  
  
   <dt id="constant.xattr-create">
    <strong><code><a href="xattr.constants.php#constant.xattr-create">XATTR_CREATE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     La fonction échouera si l&#039;attribut étendu existe déjà.
    </span>
   </dd>
  
  
   <dt id="constant.xattr-replace">
    <strong><code><a href="xattr.constants.php#constant.xattr-replace">XATTR_REPLACE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     La fonction échouera si l&#039;attribut étendu n&#039;existe pas.
    </span>
   </dd>
  
 </dl>
</div>
<?php manual_footer($setup); ?>