mg Thu Aug 19 07:24:55 2004 EDT
Added files:
/phpdoc/en/reference/xattr/functions xattr-supported.xml
Modified files:
/phpdoc/en/reference/xattr/functions xattr-get.xml xattr-list.xml
xattr-remove.xml xattr-set.xml
Log:
Add documentation of xattr_supported.
http://cvs.php.net/diff.php/phpdoc/en/reference/xattr/functions/xattr-get.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/xattr/functions/xattr-get.xml
diff -u phpdoc/en/reference/xattr/functions/xattr-get.xml:1.3
phpdoc/en/reference/xattr/functions/xattr-get.xml:1.4
--- phpdoc/en/reference/xattr/functions/xattr-get.xml:1.3 Thu Aug 19 06:36:25
2004
+++ phpdoc/en/reference/xattr/functions/xattr-get.xml Thu Aug 19 07:24:55 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
<refentry id="function.xattr-get">
<refnamediv>
@@ -65,7 +65,7 @@
</example>
<para>
See also <function>xattr_set</function>, <function>xattr_remove</function>,
- <function>xattr_list</function>.
+ <function>xattr_list</function>, <function>xattr_supported</function>.
</para>
</refsect1>
</refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/xattr/functions/xattr-list.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/xattr/functions/xattr-list.xml
diff -u phpdoc/en/reference/xattr/functions/xattr-list.xml:1.4
phpdoc/en/reference/xattr/functions/xattr-list.xml:1.5
--- phpdoc/en/reference/xattr/functions/xattr-list.xml:1.4 Thu Aug 19 06:09:25
2004
+++ phpdoc/en/reference/xattr/functions/xattr-list.xml Thu Aug 19 07:24:55 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
<refentry id="function.xattr-list">
<refnamediv>
@@ -73,7 +73,7 @@
</example>
<para>
See also <function>xattr_get</function>, <function>xattr_set</function>,
- <function>xattr_remove</function>.
+ <function>xattr_remove</function>, <function>xattr_supported</function>.
</para>
</refsect1>
</refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/xattr/functions/xattr-remove.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/xattr/functions/xattr-remove.xml
diff -u phpdoc/en/reference/xattr/functions/xattr-remove.xml:1.3
phpdoc/en/reference/xattr/functions/xattr-remove.xml:1.4
--- phpdoc/en/reference/xattr/functions/xattr-remove.xml:1.3 Thu Aug 19 06:11:41
2004
+++ phpdoc/en/reference/xattr/functions/xattr-remove.xml Thu Aug 19 07:24:55
2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
<refentry id="function.xattr-remove">
<refnamediv>
@@ -66,7 +66,7 @@
</example>
<para>
See also <function>xattr_get</function>, <function>xattr_set</function>,
- <function>xattr_list</function>.
+ <function>xattr_list</function>, <function>xattr_supported</function>.
</para>
</refsect1>
</refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/xattr/functions/xattr-set.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/xattr/functions/xattr-set.xml
diff -u phpdoc/en/reference/xattr/functions/xattr-set.xml:1.4
phpdoc/en/reference/xattr/functions/xattr-set.xml:1.5
--- phpdoc/en/reference/xattr/functions/xattr-set.xml:1.4 Thu Aug 19 06:11:41
2004
+++ phpdoc/en/reference/xattr/functions/xattr-set.xml Thu Aug 19 07:24:55 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
<refentry id="function.xattr-set">
<refnamediv>
@@ -80,7 +80,7 @@
</example>
<para>
See also <function>xattr_get</function>, <function>xattr_remove</function>,
- <function>xattr_list</function>.
+ <function>xattr_list</function>, <function>xattr_supported</function>.
</para>
</refsect1>
</refentry>
http://cvs.php.net/co.php/phpdoc/en/reference/xattr/functions/xattr-supported.xml?r=1.1&p=1
Index: phpdoc/en/reference/xattr/functions/xattr-supported.xml
+++ phpdoc/en/reference/xattr/functions/xattr-supported.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
<refentry id="function.xattr-supported">
<refnamediv>
<refname>xattr_supported</refname>
<refpurpose>
Check if filesystem supports extended attributes.
</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>xattr_supported</methodname>
<methodparam><type>string</type><parameter>path</parameter></methodparam>
</methodsynopsis>
<para>
This functions checks if filesystem holding file <parameter>path</parameter>
supports extended attributes. Read access to file <parameter>path</parameter>
is required.
</para>
<para>
This function returns &true; if filesystem supports extended attributes,
&false; if it doesn't and &null; if it can't be determined (for example
wrong path or lack of permissions to file).
</para>
<example>
<title><function>xattr_supported</function> example</title>
<para>
The following code checks if we can use extended attributes.
</para>
<programlisting role="php">
<![CDATA[
<?php
$file = 'some_file';
if (xattr_supported($file)) {
/* ... make use of some xattr_* functions ... */
}
?>
]]>
</programlisting>
</example>
<para>
See also <function>xattr_get</function>, <function>xattr_set</function>,
<function>xattr_remove</function>, <function>xattr_list</function>.
</para>
</refsect1>
</refentry>
<!-- 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:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->