Files
doc-en/reference/xattr/constants.xml
Mehdi Achour 88400e3671 Switch ref.xattr to the new structure
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176306 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-02 16:49:45 +00:00

71 lines
1.5 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<section id="xattr.constants">
&reftitle.constants;
&extension.constants;
<variablelist>
<varlistentry>
<term>
<constant>XATTR_ROOT</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Set attribute in root (trusted) namespace. Requires root privileges.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>XATTR_DONTFOLLOW</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Do not follow the symbolic link but operate on symbolic link itself.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>XATTR_CREATE</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Function will fail if extended attribute already exists.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>XATTR_REPLACE</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Function will fail if extended attribute doesn't exist.
</simpara>
</listitem>
</varlistentry>
</variablelist>
</section>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->