et Sat Jul 3 05:41:31 2004 EDT
Modified files: /phpdoc/en/reference/filesystem/functions glob.xml Log: fix #28656 http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/glob.xml?r1=1.14&r2=1.15&ty=u Index: phpdoc/en/reference/filesystem/functions/glob.xml diff -u phpdoc/en/reference/filesystem/functions/glob.xml:1.14 phpdoc/en/reference/filesystem/functions/glob.xml:1.15 --- phpdoc/en/reference/filesystem/functions/glob.xml:1.14 Tue Mar 2 10:58:17 2004 +++ phpdoc/en/reference/filesystem/functions/glob.xml Sat Jul 3 05:41:30 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.14 $ --> +<!-- $Revision: 1.15 $ --> <refentry id="function.glob"> <refnamediv> <refname>glob</refname> @@ -15,7 +15,8 @@ <para> The <function>glob</function> function searches for all the pathnames matching <parameter>pattern</parameter> 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. </para> <para> Returns an array containing the matched files/directories or &false; on