colder Fri Jun 16 18:11:32 2006 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions file-put-contents.xml
Log:
Avoid using aliases
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filesystem/functions/file-put-contents.xml?r1=1.7&r2=1.8&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.7
phpdoc/en/reference/filesystem/functions/file-put-contents.xml:1.8
--- phpdoc/en/reference/filesystem/functions/file-put-contents.xml:1.7 Tue Jul
12 19:30:51 2005
+++ phpdoc/en/reference/filesystem/functions/file-put-contents.xml Fri Jun
16 18:11:31 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<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, join('', $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