mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document new DBASE_RDONLY and DBASE_RDWR constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340754 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
42804819c5
commit
2d7b47fdd3
2 changed files with 32 additions and 1 deletions
|
@ -3,7 +3,33 @@
|
|||
|
||||
<appendix xml:id="dbase.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.constants;
|
||||
&no.constants;
|
||||
&extension.constants;
|
||||
<variablelist>
|
||||
<varlistentry xml:id="constant.dbase-rdonly">
|
||||
<term>
|
||||
<constant>DBASE_RDONLY</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Open database for reading only.
|
||||
(Available as of dbase 7.0.0)
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.dbase-rdwr">
|
||||
<term>
|
||||
<constant>DBASE_RDWR</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Open database for reading and writing.
|
||||
(Available as of dbase 7.0.0)
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</appendix>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
|
@ -47,6 +47,11 @@
|
|||
<parameter>mode</parameter>.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
As of dbase 7.0.0 you can use <constant>DBASE_RDONLY</constant>
|
||||
and <constant>DBASE_RDWR</constant>, respectively, to specify the
|
||||
<parameter>mode</parameter>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
|
Loading…
Reference in a new issue