mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
it should be more clear this way?
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@134103 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ad6dc06cd5
commit
e2039f9c79
1 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<refentry id="function.glob">
|
||||
<refnamediv>
|
||||
<refname>glob</refname>
|
||||
|
@ -63,8 +63,10 @@
|
|||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
Before PHP 4.3.3 <constant>GLOB_ONLYDIR</constant> was only available
|
||||
on systems with GNU C libraries
|
||||
Before PHP 4.3.3 <constant>GLOB_ONLYDIR</constant> was
|
||||
<emphasis role="strong">not</emhasis>
|
||||
available on Windows and other systems not using the GNU
|
||||
C library.
|
||||
</simpara>
|
||||
</note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue