From bdd3ef10a69e8c387c85536e4fa0a3949fab4cd5 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 1 Mar 2004 13:36:33 +0000 Subject: [PATCH] Not on Windows git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152706 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/fnmatch.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/reference/filesystem/functions/fnmatch.xml b/reference/filesystem/functions/fnmatch.xml index 214acb3413..54c55258bb 100644 --- a/reference/filesystem/functions/fnmatch.xml +++ b/reference/filesystem/functions/fnmatch.xml @@ -1,5 +1,5 @@ - + fnmatch @@ -39,6 +39,12 @@ if (fnmatch("*gr[ae]y", $color)) { ]]> + + + For now this function is not available on Windows or other non-POSIX + compliant systems. + + See also glob, ereg,