Not on Windows

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152706 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-03-01 13:36:33 +00:00
parent 0adf388ab7
commit bdd3ef10a6

View file

@ -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 @@ if (fnmatch("*gr[ae]y", $color)) {
]]>
</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>,