[PHP-DEV] cvs: /phpdoc/functions dbase.sgml From: Jim Winstead (jimw <email protected>)
Date: 07/31/99

jim Sat Jul 31 20:50:37 1999 EDT

  Modified files:
    /phpdoc/functions dbase.sgml
  Log:
  Document dbase_get_record_with_names.
  Fix typo in dbase_get_record entry.
  
  
Index: phpdoc/functions/dbase.sgml
diff -u phpdoc/functions/dbase.sgml:1.3 phpdoc/functions/dbase.sgml:1.4
--- phpdoc/functions/dbase.sgml:1.3 Fri Jun 25 18:42:48 1999
+++ phpdoc/functions/dbase.sgml Sat Jul 31 20:50:37 1999
@@ -241,9 +241,32 @@
     </funcsynopsis>
     <para>
         Returns the data from <parameter>record</parameter> in an array. The
- array is indexed starting at 1, and includes an associative
+ array is indexed starting at 0, and includes an associative
         member named 'deleted' which is set to 1 if the record has
         been marked for deletion (see <function>dbase_delete_record</function>.
+ <para>
+ Each field is converted to the appropriate PHP type. (Dates
+ are left as strings.)
+ </refsect1>
+ </refentry>
+
+ <refentry id="function.dbase-get-record-with-names">
+ <refnamediv>
+ <refname>dbase_get_record_with_names</refname>
+ <refpurpose>gets a record from a dBase database as an associative array</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcdef>array <function>dbase_get_record_with_names</function></funcdef>
+ <paramdef>int <parameter>dbase_identifier</parameter></paramdef>
+ <paramdef>int <parameter>record</parameter></paramdef>
+ </funcsynopsis>
+ <para>
+ Returns the data from <parameter>record</parameter> in an
+ associative array. The array also includes an associative member
+ named 'deleted' which is set to 1 if the record has been marked
+ for deletion (see <function>dbase_delete_record</function>.
     <para>
         Each field is converted to the appropriate PHP type. (Dates
         are left as strings.)

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>