mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
little typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214941 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c214a4b007
commit
efbb69f3c9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue