mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
fix build.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241505 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ba278a3b5c
commit
bf013152d0
1 changed files with 16 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.24 $ -->
|
||||
<!-- $Revision: 1.25 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.file">
|
||||
<refnamediv>
|
||||
<refname>file</refname>
|
||||
|
@ -80,22 +80,26 @@
|
|||
<term>
|
||||
<constant>FILE_TEXT</constant>
|
||||
</term>
|
||||
<term>
|
||||
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.
|
||||
</term>
|
||||
<listitem>
|
||||
<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.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>FILE_BINARY</constant>
|
||||
</term>
|
||||
<term>
|
||||
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.
|
||||
</term>
|
||||
<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.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue