mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Light reordering
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115748 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
12cd650274
commit
25918a4c60
2 changed files with 12 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/dbase.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.dbase-create">
|
||||
<refnamediv>
|
||||
|
@ -13,6 +13,11 @@
|
|||
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>fields</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>dbase_create</function> creates a dBase database
|
||||
in the file <parameter>filename</parameter>,
|
||||
with the fields <parameter>fields</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
The <parameter>fields</parameter> parameter is an array of
|
||||
arrays, each array describing the format of one field in the
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/dbase.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.dbase-open">
|
||||
<refnamediv>
|
||||
|
@ -13,15 +13,15 @@
|
|||
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>flags</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The flags correspond to those for the open() system call.
|
||||
(Typically 0 means read-only, 1 means write-only, and 2 means
|
||||
read and write.)
|
||||
</para>
|
||||
<para>
|
||||
Returns a dbase_identifier for the opened database, or &false; if
|
||||
the database couldn't be opened.
|
||||
</para>
|
||||
<para>
|
||||
The param<61>tre <parameter>flags</parameter> correspond to those
|
||||
for the open() system call (Typically 0 means read-only, 1 means
|
||||
write-only, and 2 means read and write).
|
||||
</para>
|
||||
¬e.sm.uidcheck;
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue