mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Remove odd statement
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283262 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
282e5e195e
commit
da86ca4641
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.27 $ -->
|
||||
<!-- $Revision: 1.28 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.file-put-contents">
|
||||
<refnamediv>
|
||||
<refname>file_put_contents</refname>
|
||||
|
@ -44,7 +44,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
The data to write. Can be either a <type>string</type>, an
|
||||
<type>array</type> or a <type>stream</type> resource (explained above).
|
||||
<type>array</type> or a <type>stream</type> resource.
|
||||
</para>
|
||||
<para>
|
||||
If <parameter>data</parameter> is a <type>stream</type> resource, the
|
||||
|
|
Loading…
Reference in a new issue