vrana Mon Mar 1 08:36:33 2004 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions fnmatch.xml
Log:
Not on Windows
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fnmatch.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/filesystem/functions/fnmatch.xml
diff -u phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.6
phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.7
--- phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.6 Sat Dec 20 23:21:46
2003
+++ phpdoc/en/reference/filesystem/functions/fnmatch.xml Mon Mar 1 08:36:33
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.fnmatch">
<refnamediv>
<refname>fnmatch</refname>
@@ -39,6 +39,12 @@
]]>
</programlisting>
</example>
+ <warning>
+ <para>
+ For now this function is not available on Windows or other non-POSIX
+ compliant systems.
+ </para>
+ </warning>
<para>
See also <function>glob</function>,
<function>ereg</function>,