mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Mention that these only exist for fc, don't actually do anything until 6
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279392 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0850f319ac
commit
dd3930696e
1 changed files with 17 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<appendix xml:id="filesystem.constants" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.constants;
|
||||
&extension.constants;
|
||||
|
@ -187,9 +187,15 @@
|
|||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<para>
|
||||
Binary mode (since PHP 5.2.7).
|
||||
</simpara>
|
||||
<note>
|
||||
<para>
|
||||
This constant has no effect prior to PHP 6. It is only available for
|
||||
<literal>forward compatibility</literal>.
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -199,9 +205,15 @@
|
|||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<para>
|
||||
Text mode (since PHP 5.2.7).
|
||||
</simpara>
|
||||
<note>
|
||||
<para>
|
||||
This constant has no effect prior to PHP 6. It is only available for
|
||||
<literal>forward compatibility</literal>.
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue