colder Sat Apr 7 23:34:30 2007 UTC
Modified files:
/phpdoc/en/reference/dir/functions readdir.xml
Log:
add falseproblem warning to readdir
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/dir/functions/readdir.xml?r1=1.9&r2=1.10&diff_format=u
Index: phpdoc/en/reference/dir/functions/readdir.xml
diff -u phpdoc/en/reference/dir/functions/readdir.xml:1.9
phpdoc/en/reference/dir/functions/readdir.xml:1.10
--- phpdoc/en/reference/dir/functions/readdir.xml:1.9 Mon Apr 11 23:28:21 2005
+++ phpdoc/en/reference/dir/functions/readdir.xml Sat Apr 7 23:34:30 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/dir.xml, last change in rev 1.2 -->
<refentry id="function.readdir">
<refnamediv>
@@ -42,6 +42,7 @@
<para>
Returns the filename on success, or &false; on failure.
</para>
+ &return.falseproblem;
</refsect1>
<refsect1 role="examples">