mirror of
https://github.com/php/doc-ru.git
synced 2026-03-24 07:42:22 +01:00
90 lines
2.5 KiB
XML
90 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- EN-Revision: ae48f384160615ce29ce231b7e85290427b64c44 Maintainer: aur Status: ready -->
|
||
<!-- Reviewed: no -->
|
||
<appendix xml:id="dbase.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
&reftitle.constants;
|
||
&no.constants;
|
||
<variablelist>
|
||
<varlistentry xml:id="constant.dbase-version">
|
||
<term>
|
||
<constant>DBASE_VERSION</constant>
|
||
(<type>string</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Версия модуля.
|
||
(Доступно с dbase 7.0.0)
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.dbase-rdonly">
|
||
<term>
|
||
<constant>DBASE_RDONLY</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Открыть базу данных только для чтения. Используется с <function>dbase_open</function>.
|
||
(Доступно с dbase 7.0.0)
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.dbase-rdwr">
|
||
<term>
|
||
<constant>DBASE_RDWR</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Открыть базу данных для чтения и записи. Используется с <function>dbase_open</function>.
|
||
(Доступно с 7.0.0)
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.dbase-type-dbase">
|
||
<term>
|
||
<constant>DBASE_TYPE_DBASE</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Создать базу данных типа dBASE. Используется с <function>dbase_create</function>.
|
||
(Доступно с 7.0.0)
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry xml:id="constant.dbase-type-foxpro">
|
||
<term>
|
||
<constant>DBASE_TYPE_FOXPRO</constant>
|
||
(<type>int</type>)
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Создать базу данных типа FoxPro. Используется с <function>dbase_create</function>.
|
||
(Доступно с 7.0.0)
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
</variablelist>
|
||
</appendix>
|
||
<!-- Keep this comment at the end of the file
|
||
Local variables:
|
||
mode: sgml
|
||
sgml-omittag:t
|
||
sgml-shorttag:t
|
||
sgml-minimize-attributes:nil
|
||
sgml-always-quote-attributes:t
|
||
sgml-indent-step:1
|
||
sgml-indent-data:t
|
||
indent-tabs-mode:nil
|
||
sgml-parent-document:nil
|
||
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
||
sgml-exposed-tags:nil
|
||
sgml-local-catalogs:nil
|
||
sgml-local-ecat-files:nil
|
||
End:
|
||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||
vim: et tw=78 syn=sgml
|
||
vi: ts=1 sw=1
|
||
-->
|