mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix #28656
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162585 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2fafe7cb57
commit
a71ac4c538
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue