Date: 10/31/98
- Next message: edetocquev <email protected>: "[PHP-DEV] Bug #887: Dosn't work at all ;-) Forget O_BINARY"
- Previous message: Bug Database: "[PHP-DEV] Bug #867 Updated: No inputfile specified"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Saturday October 31, 1998 @ 14:22
Author: danny
Update of /repository/php3/doc/functions
In directory asf:/u2/tmp/cvs-serv17497/doc/functions
Modified Files:
ifx.sgml
Log Message:
ifx_num_rows() description now reflects the actual implementation.
Index: php3/doc/functions/ifx.sgml
diff -c php3/doc/functions/ifx.sgml:1.11 php3/doc/functions/ifx.sgml:1.12
*** php3/doc/functions/ifx.sgml:1.11 Wed Oct 28 15:36:19 1998
--- php3/doc/functions/ifx.sgml Sat Oct 31 14:22:42 1998
***************
*** 611,617 ****
<paramdef>string <parameter><optional>html_table_options</optional></parameter></paramdef>
</funcsynopsis>
<para>
! Returns TRUE on success, FALSE on error.
</para><para>
Formats all rows of the <parameter>result_id</parameter> query
into a html table. The optional second argument is a string of
--- 611,617 ----
<paramdef>string <parameter><optional>html_table_options</optional></parameter></paramdef>
</funcsynopsis>
<para>
! Returns the number of rows fetched or FALSE on error.
</para><para>
Formats all rows of the <parameter>result_id</parameter> query
into a html table. The optional second argument is a string of
***************
*** 737,743 ****
<refentry id="function.ifx-num-rows">
<refnamediv>
<refname>ifx_num_rows</refname>
! <refpurpose>Count the rows of a query</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
--- 737,743 ----
<refentry id="function.ifx-num-rows">
<refnamediv>
<refname>ifx_num_rows</refname>
! <refpurpose>Count the rows already fetched a query</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
***************
*** 746,752 ****
<paramdef>int <parameter>result_id</parameter></paramdef>
</funcsynopsis>
<para>
! Gives an estimate over the number of rows for a query with
<parameter>result_id</parameter> after a
<function>ifx_query</function> or <function>ifx_do</function>
query.
--- 746,752 ----
<paramdef>int <parameter>result_id</parameter></paramdef>
</funcsynopsis>
<para>
! Gives the number of rows fetched so far for a query with
<parameter>result_id</parameter> after a
<function>ifx_query</function> or <function>ifx_do</function>
query.
-- 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>
- Next message: edetocquev <email protected>: "[PHP-DEV] Bug #887: Dosn't work at all ;-) Forget O_BINARY"
- Previous message: Bug Database: "[PHP-DEV] Bug #867 Updated: No inputfile specified"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

