Fixed small typos

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241494 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nick Berard 2007-08-18 04:32:34 +00:00
parent 30a9c08673
commit fac64645e8

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.17 $ -->
<!-- $Revision: 1.18 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.file-put-contents">
<refnamediv>
<refname>file_put_contents</refname>
@ -110,9 +110,9 @@
<constant>FILE_TEXT</constant>
</entry>
<entry>
<parameter>data</parameter> will be written in UTF-8 encoding by
default. You can specify a different encoding by creating a
custom context. This flags cannot be used with
<parameter>data</parameter> is written in text mode. By default,
the encoding is UTF-8. You can specify a different encoding by creating
a custom context. This flag cannot be used with
<constant>FILE_BINARY</constant>. If <parameter>data</parameter>
is UTF-8 and the <constant>FILE_TEXT</constant> flag is not set,
a warning will be issued. This flag is only available since PHP 6.
@ -125,7 +125,7 @@
<entry>
<parameter>data</parameter> will be written in binary mode. This
is the default setting and cannot be used with
<constant>FILE_BINARY</constant>. This flag is only available since
<constant>FILE_TEXT</constant>. This flag is only available since
PHP 6.
</entry>
</row>