sean Fri Sep 16 11:00:10 2005 EDT
Modified files:
/phpdoc/en language-snippets.ent
Log:
add fclose clause to file pointer entity
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.156&r2=1.157&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.156
phpdoc/en/language-snippets.ent:1.157
--- phpdoc/en/language-snippets.ent:1.156 Tue Sep 6 16:56:16 2005
+++ phpdoc/en/language-snippets.ent Fri Sep 16 11:00:08 2005
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.156 $ -->
+<!-- $Revision: 1.157 $ -->
<!-- Keep 'em sorted -->
@@ -232,7 +232,8 @@
<!-- FileSystem entities -->
<!ENTITY fs.validfp.all '<para>The file pointer must be valid, and must point
to
a file successfully opened by <function>fopen</function> or
-<function>fsockopen</function>.</para>'>
+<function>fsockopen</function> (and not yet closed by
+<function>fclose</function>).</para>'>
<!-- Oracle -->
<!ENTITY oci.charset "<para>Using Oracle server version 9.2 and greater, you
can