From a71ac4c538df86c75e5bf93a2ea6eb98d1290b84 Mon Sep 17 00:00:00 2001 From: Stefan Walk Date: Sat, 3 Jul 2004 09:41:30 +0000 Subject: [PATCH] fix #28656 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162585 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/glob.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/glob.xml b/reference/filesystem/functions/glob.xml index 24bc03c803..fcb2589488 100644 --- a/reference/filesystem/functions/glob.xml +++ b/reference/filesystem/functions/glob.xml @@ -1,5 +1,5 @@ - + glob @@ -15,7 +15,8 @@ The glob function searches for all the pathnames matching pattern according to the rules used by - the shell. No tilde expansion or parameter substitution is done. + the libc glob() function, which is similar to the rules used by common + shells. No tilde expansion or parameter substitution is done. Returns an array containing the matched files/directories or &false; on