Index: file-put-contents.xml =================================================================== RCS file: /repository/phpdoc/en/reference/filesystem/functions/file-put-contents.xml,v retrieving revision 1.7 diff -u -r1.7 file-put-contents.xml --- file-put-contents.xml 12 Jul 2005 19:30:51 -0000 1.7 +++ file-put-contents.xml 16 Jun 2006 17:40:53 -0000 @@ -21,7 +21,7 @@ You can also specify the data parameter as an array (not multi-dimension arrays). This is equivalent to - file_put_contents($filename, join('', $array)). + file_put_contents($filename, implode('' ,$array)). As of PHP 5.1.0, you may also pass a stream resource to the