dams Mon Feb 10 21:50:48 2003 EDT
Modified files:
/phpdoc/en/reference/dbase/functions dbase-create.xml
dbase-open.xml
Log:
Light reordering
Index: phpdoc/en/reference/dbase/functions/dbase-create.xml
diff -u phpdoc/en/reference/dbase/functions/dbase-create.xml:1.2
phpdoc/en/reference/dbase/functions/dbase-create.xml:1.3
--- phpdoc/en/reference/dbase/functions/dbase-create.xml:1.2 Wed Apr 17 02:37:17
2002
+++ phpdoc/en/reference/dbase/functions/dbase-create.xml Mon Feb 10 21:50:48
+2003
@@ -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
Index: phpdoc/en/reference/dbase/functions/dbase-open.xml
diff -u phpdoc/en/reference/dbase/functions/dbase-open.xml:1.2
phpdoc/en/reference/dbase/functions/dbase-open.xml:1.3
--- phpdoc/en/reference/dbase/functions/dbase-open.xml:1.2 Wed Apr 17 02:37:18
2002
+++ phpdoc/en/reference/dbase/functions/dbase-open.xml Mon Feb 10 21:50:48 2003
@@ -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>
@@ -14,13 +14,13 @@
<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�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>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php