I want to ask before committing if this warning is correct.
Jakub Vrana
Index: fnmatch.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/filesystem/functions/fnmatch.xml,v
retrieving revision 1.6
diff -u -r1.6 fnmatch.xml
--- fnmatch.xml 21 Dec 2003 04:21:46 -0000 1.6
+++ fnmatch.xml 27 Feb 2004 16:58:19 -0000
@@ -39,6 +39,11 @@
]]>
</programlisting>
</example>
+ <warning>
+ <para>
+ This function is not available on systems without fnmatch library (e.g.
Windows).
+ </para>
+ </warning>
<para>
See also <function>glob</function>,
<function>ereg</function>,