[PHP-DEV] CVS update: php3/doc/functions From: rasmus (php-dev <email protected>)
Date: 11/27/98

Date: Friday November 27, 1998 @ 9:57
Author: rasmus

Update of /repository/php3/doc/functions
In directory asf:/export/home/rasmus/php3/doc/functions

Modified Files:
        uodbc.sgml
Log Message:
Unified ODBC prototype comments and some doc fixes

Index: php3/doc/functions/uodbc.sgml
diff -c php3/doc/functions/uodbc.sgml:1.16 php3/doc/functions/uodbc.sgml:1.17
*** php3/doc/functions/uodbc.sgml:1.16 Wed Oct 14 13:43:42 1998
--- php3/doc/functions/uodbc.sgml Fri Nov 27 09:57:02 1998
***************
*** 293,299 ****
  <refentry id="function.odbc-execute">
   <refnamediv>
    <refname>odbc_execute</refname>
! <refpurpose>execute a prepated statement</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
--- 293,299 ----
  <refentry id="function.odbc-execute">
   <refnamediv>
    <refname>odbc_execute</refname>
! <refpurpose>execute a prepared statement</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
***************
*** 436,447 ****
      <funcsynopsis>
       <funcdef>string <function>odbc_field_type</function></funcdef>
       <paramdef>int <parameter>result_id</parameter></paramdef>
! <paramdef>mixed <parameter>field</parameter></paramdef>
      </funcsynopsis>
      <para>
       <function>odbc_field_type</function> will return the SQL type of
! the field referecend by name or number in the given ODBC result
! identifier. Field numbering runs from 1.
   
     </refsect1>
    </refentry>
--- 436,467 ----
      <funcsynopsis>
       <funcdef>string <function>odbc_field_type</function></funcdef>
       <paramdef>int <parameter>result_id</parameter></paramdef>
! <paramdef>int <parameter>field_number</parameter></paramdef>
      </funcsynopsis>
      <para>
       <function>odbc_field_type</function> will return the SQL type of
! the field referecend by number in the given ODBC result
! identifier. Field numbering starts at 1.
!
! </refsect1>
! </refentry>
!
! <refentry id="function.odbc-field-len">
! <refnamediv>
! <refname>odbc_field_len</refname>
! <refpurpose>get the Length of a field</refpurpose>
! </refnamediv>
! <refsect1>
! <title>Description</title>
! <funcsynopsis>
! <funcdef>string <function>odbc_field_type</function></funcdef>
! <paramdef>int <parameter>result_id</parameter></paramdef>
! <paramdef>int <parameter>field_number</parameter></paramdef>
! </funcsynopsis>
! <para>
! <function>odbc_field_type</function> will return the length of
! the field referecend by number in the given ODBC result
! identifier. Field numbering starts at 1.
   
     </refsect1>
    </refentry>

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>