mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
use the note.no-windows entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152718 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
85c8052250
commit
f09047bb4e
1 changed files with 2 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry id="function.fnmatch">
|
||||
<refnamediv>
|
||||
<refname>fnmatch</refname>
|
||||
|
@ -39,12 +39,7 @@ 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>
|
||||
¬e.no-windows;
|
||||
<para>
|
||||
See also <function>glob</function>,
|
||||
<function>ereg</function>,
|
||||
|
|
Loading…
Reference in a new issue