For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > September 2005 > cvs: phpdoc /en language-snippets.ent









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en language-snippets.ent
Sean Coates

2005-09-16, 6:56 pm

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/...6&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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com