mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Remove version info (its already in the changelog)
- Add a note that these constants do exist since 5.2.7 (but dont do anything) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279391 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5a1b81985f
commit
0850f319ac
1 changed files with 9 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.28 $ -->
|
||||
<!-- $Revision: 1.29 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.file">
|
||||
<refnamediv>
|
||||
<refname>file</refname>
|
||||
|
@ -84,8 +84,7 @@
|
|||
<simpara>
|
||||
The content is returned in UTF-8 encoding. You can specify a different
|
||||
encoding by creating a custom context. This flag cannot be used with
|
||||
<constant>FILE_BINARY</constant>. This flag is only available since
|
||||
PHP 6.
|
||||
<constant>FILE_BINARY</constant>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -96,8 +95,7 @@
|
|||
<listitem>
|
||||
<simpara>
|
||||
The content is read as binary data. This is the default setting
|
||||
and cannot be used with <constant>FILE_TEXT</constant>. This flag is
|
||||
only available since PHP 6.
|
||||
and cannot be used with <constant>FILE_TEXT</constant>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -156,6 +154,12 @@
|
|||
<entry>
|
||||
Added support for the <constant>FILE_TEXT</constant> and
|
||||
<constant>FILE_BINARY</constant> flags.
|
||||
<note>
|
||||
<para>
|
||||
For <literal>forward compatibility</literal>, these constants are
|
||||
available as of PHP 5.2.7
|
||||
</para>
|
||||
</note>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue