mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
GLOB_ONLYDIR behaviour will change ...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@134101 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fbb6ce51b0
commit
ad6dc06cd5
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry id="function.glob">
|
||||
<refnamediv>
|
||||
<refname>glob</refname>
|
||||
|
@ -63,7 +63,8 @@
|
|||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
<constant>GLOB_ONLYDIR</constant> is not available on Windows.
|
||||
Before PHP 4.3.3 <constant>GLOB_ONLYDIR</constant> was only available
|
||||
on systems with GNU C libraries
|
||||
</simpara>
|
||||
</note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue