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,