From efbb69f3c900079bdba9ae0316c943c0841db8e8 Mon Sep 17 00:00:00 2001 From: Etienne Kneuss Date: Sat, 17 Jun 2006 00:16:58 +0000 Subject: [PATCH] little typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214941 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/file-put-contents.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/file-put-contents.xml b/reference/filesystem/functions/file-put-contents.xml index f4918d176f..b10ccdbfeb 100644 --- a/reference/filesystem/functions/file-put-contents.xml +++ b/reference/filesystem/functions/file-put-contents.xml @@ -1,5 +1,5 @@ - + file_put_contents @@ -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, implode('' ,$array)). + file_put_contents($filename, implode('', $array)). As of PHP 5.1.0, you may also pass a stream resource to the