colder Sat Jun 17 00:16:59 2006 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions file-put-contents.xml
Log:
little typo
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filesystem/functions/file-put-contents.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/file-put-contents.xml
diff -u phpdoc/en/reference/filesystem/functions/file-put-contents.xml:1.8
phpdoc/en/reference/filesystem/functions/file-put-contents.xml:1.9
--- phpdoc/en/reference/filesystem/functions/file-put-contents.xml:1.8 Fri Jun
16 18:11:31 2006
+++ phpdoc/en/reference/filesystem/functions/file-put-contents.xml Sat Jun
17 00:16:58 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry id="function.file-put-contents">
<refnamediv>
<refname>file_put_contents</refname>
@@ -21,7 +21,7 @@
<para>
You can also specify the <parameter>data</parameter> parameter as an array
(not multi-dimension arrays). This is equivalent to
- <literal>file_put_contents($filename, implode('' ,$array))</literal>.
+ <literal>file_put_contents($filename, implode('', $array))</literal>.
</para>
<para>
As of PHP 5.1.0, you may also pass a stream resource to the