hholzgra Mon Jun 13 18:32:37 2005 EDT
Modified files: /phpdoc/en/reference/filesystem/functions glob.xml Log: added GLOB_ERR documentation http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/glob.xml?r1=1.17&r2=1.18&ty=u Index: phpdoc/en/reference/filesystem/functions/glob.xml diff -u phpdoc/en/reference/filesystem/functions/glob.xml:1.17 phpdoc/en/reference/filesystem/functions/glob.xml:1.18 --- phpdoc/en/reference/filesystem/functions/glob.xml:1.17 Tue Sep 7 15:58:30 2004 +++ phpdoc/en/reference/filesystem/functions/glob.xml Mon Jun 13 18:32:37 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.17 $ --> +<!-- $Revision: 1.18 $ --> <refentry id="function.glob"> <refnamediv> <refname>glob</refname> @@ -59,17 +59,28 @@ <constant>GLOB_ONLYDIR</constant> - Return only directory entries which match the pattern </simpara> + <note> + <simpara> + Before PHP 4.3.3 <constant>GLOB_ONLYDIR</constant> was + <emphasis role="strong">not</emphasis> + available on Windows and other systems not using the GNU + C library. + </simpara> + </note> + </listitem> + <listitem> + <simpara> + <constant>GLOB_ERR</constant> - Stop on read errors (like unreadable + directories), by default errors are ignored + </simpara> + <note> + <simpara> + <constant>GLOB_ERR</constant> was added in PHP 5.1 + </simpara> + </note> </listitem> </itemizedlist> </para> - <note> - <simpara> - Before PHP 4.3.3 <constant>GLOB_ONLYDIR</constant> was - <emphasis role="strong">not</emphasis> - available on Windows and other systems not using the GNU - C library. - </simpara> - </note> <para> <example> <title>