cvs: phpdoc-nl /reference/filesystem/functions fclose.xml

[email protected] ("Derick Rethans")
Newsgroups php.doc.nl
Message-ID <cvsderick1064389949@cvsserver>
derick		Wed Sep 24 03:52:29 2003 EDT

  Modified files:              
    /phpdoc-nl/reference/filesystem/functions	fclose.xml 
  Log:
  - Fix example
  
  
Index: phpdoc-nl/reference/filesystem/functions/fclose.xml
diff -u phpdoc-nl/reference/filesystem/functions/fclose.xml:1.3 phpdoc-nl/reference/filesystem/functions/fclose.xml:1.4
--- phpdoc-nl/reference/filesystem/functions/fclose.xml:1.3	Sat Jan 18 03:33:23 2003
+++ phpdoc-nl/reference/filesystem/functions/fclose.xml	Wed Sep 24 03:52:29 2003
@@ -28,11 +28,9 @@
       <programlisting role="php">
 <![CDATA[
 <?php
+  $handle = fopen('somefile.txt', 'r');
 
-  $handle= fopen('somefile.txt', 'r');
-
-  fclose($fp);
-
+  fclose($handle);
 ?>
 ]]>
       </programlisting>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.