philip          Sat Mar  2 14:25:51 2002 EDT

  Modified files:              
    /phpdoc/en/functions        filesystem.xml 
  Log:
  file: using implode() in example, as opposed to the alias join()
  
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.124 
phpdoc/en/functions/filesystem.xml:1.125
--- phpdoc/en/functions/filesystem.xml:1.124    Wed Feb 27 12:26:20 2002
+++ phpdoc/en/functions/filesystem.xml  Sat Mar  2 14:25:50 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.124 $ -->
+<!-- $Revision: 1.125 $ -->
  <reference id="ref.filesystem">
   <title>Filesystem functions</title>
   <titleabbrev>Filesystem</titleabbrev>
@@ -713,7 +713,7 @@
 }
 
 // get a web page into a string
-$fcontents = join ('', file ('http://www.php.net/'));
+$fcontents = implode ('', file ('http://www.php.net/'));
 ?>
 ]]>
       </programlisting>


Reply via email to