git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162585 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Stefan Walk 2004-07-03 09:41:30 +00:00
parent 2fafe7cb57
commit a71ac4c538

View file

@ -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