Date: 10/28/98
- Next message: hajo <email protected>: "[PHP-DEV] Bug #882: Installation instructions seem to be wrong"
- Previous message: nyenyon: "[PHP-DEV] CVS update: php3/functions"
- Next in thread: ssb: "[PHP-DEV] CVS update: php3/doc/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wednesday October 28, 1998 @ 15:36
Author: eschmid
Update of /repository/php3/doc/functions
In directory asf:/u2/tmp/cvs-serv22572/functions
Modified Files:
ifx.sgml
Log Message:
More functions. Christian correct me, if I have done something wrong.
I speak only perfectly Schwäbisch.
Index: php3/doc/functions/ifx.sgml
diff -c php3/doc/functions/ifx.sgml:1.10 php3/doc/functions/ifx.sgml:1.11
*** php3/doc/functions/ifx.sgml:1.10 Sun Oct 25 10:33:43 1998
--- php3/doc/functions/ifx.sgml Wed Oct 28 15:36:19 1998
***************
*** 734,739 ****
--- 734,759 ----
</refsect1>
</refentry>
+ <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>
+ <funcsynopsis>
+ <funcdef>int <function>ifx_num_rows</function></funcdef>
+ <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.
+ </para>
+ </refsect1>
+ </refentry>
+
<refentry id="function.ifx-free-result">
<refnamediv>
<refname>ifx_free_result</refname>
***************
*** 748,756 ****
--- 768,852 ----
<para>
Releases resources for the query associated with
<parameter>result_id</parameter>. Returns FALSE on error.
+ </para>
+ </refsect1>
+ </refentry>
+
+ <refentry id="function.ifx-create-char">
+ <refnamediv>
+ <refname>ifx_create_char</refname>
+ <refpurpose>Creates an char object</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcdef>int <function>ifx_create_char</function></funcdef>
+ <paramdef>string <parameter>param</parameter></paramdef>
+ </funcsynopsis>
+ <para>
+ Creates an char object. <parameter>param</parameter> should
+ be the char content.
+ </para>
+ </refsect1>
+ </refentry>
+
+ <refentry id="function.ifx-free-char">
+ <refnamediv>
+ <refname>ifx_free_char</refname>
+ <refpurpose>Deletes the char object</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcdef>int <function>ifx_free_char</function></funcdef>
+ <paramdef>int <parameter>bid</parameter></paramdef>
+ </funcsynopsis>
+ <para>
+ Deletes the charobject for the given char object-id
+ <parameter>bid</parameter>. Returns FALSE on error otherwise
+ TRUE.
+ </para>
</refsect1>
</refentry>
+ <refentry id="function.ifx-update-char">
+ <refnamediv>
+ <refname>ifx_update_char</refname>
+ <refpurpose>Updates the content of the char object</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcdef>int <function>ifx_update_char</function></funcdef>
+ <paramdef>int <parameter>bid</parameter></paramdef>
+ <paramdef>string <parameter>content</parameter></paramdef>
+ </funcsynopsis>
+ <para>
+ Updates the content of the char object for the given char object
+ <parameter>bid</parameter>. <parameter>content</parameter> is a
+ string with new data. Returns FALSE on error otherwise TRUE.
+ </para>
+ </refsect1>
+ </refentry>
+
+ <refentry id="function.ifx-get-char">
+ <refnamediv>
+ <refname>ifx_get_char</refname>
+ <refpurpose>Return the content of the char object</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcdef>int <function>ifx_get_char</function></funcdef>
+ <paramdef>int <parameter>bid</parameter></paramdef>
+ </funcsynopsis>
+ <para>
+ Returns the content of the char object for the given char
+ object-id <parameter>bid</parameter>.
+ </para>
+ </refsect1>
+ </refentry>
+
<refentry id="function.ifx-create-blob">
<refnamediv>
<refname>ifx_create_blob</refname>
***************
*** 932,957 ****
</refsect1>
</refentry>
- <!--
- <refentry id="function.ifx-intifx-null">
- <refnamediv>
- <refname>ifx_intifx_null</refname>
- <refpurpose>Returns the NULL-string depending on nullformat</refpurpose>
- </refnamediv>
- <refsect1>
- <title>Description</title>
- <funcsynopsis>
- <funcdef>void <function>ifx_intifx_null</function></funcdef>
- <paramdef>void </paramdef>
- </funcsynopsis>
- <para>
- Return the NULL-string depending on
- <function>ifx_nullformat</function> Returns "" or "NULL".
- </para>
- </refsect1>
- </refentry>
- //-->
-
<refentry id="function.ifxus-create-slob">
<refnamediv>
<refname>ifxus_create_slob</refname>
--- 1028,1033 ----
***************
*** 1114,1175 ****
</refsect1>
</refentry>
- <!-- was solls? -->
- <!--
- <refentry id="function.ifx-num-rows">
- <refnamediv>
- <refname>ifx_num_rows</refname>
- <refpurpose></refpurpose>
- </refnamediv>
- <refsect1>
- <title>Description</title>
- <funcsynopsis>
- <funcdef><function>ifx_num_rows</function></funcdef>
- <paramdef><parameter></parameter></paramdef>
- </funcsynopsis>
- </refsect1>
- </refentry>
-
- <refentry id="function.ifx-result">
- <refnamediv>
- <refname>ifx_result</refname>
- <refpurpose>get result data</refpurpose>
- </refnamediv>
- <refsect1>
- <title>Description</title>
- <funcsynopsis>
- <funcdef>int <function>ifx_result</function></funcdef>
- <paramdef>int <parameter>result</parameter></paramdef>
- <paramdef>int <parameter>row</parameter></paramdef>
- <paramdef>mixed <parameter>field</parameter></paramdef>
- </funcsynopsis>
- <para>
- Returns: The contents of the cell at the row and offset in the
- specified Informix result set.
- <para>
- <function>ifx_result</function> returns the contents of one
- cell from a Informix result set. The field argument can be the
- field's offset, or the field's name, or the field's table dot
- field's name (fieldname.tablename). If the column name has been
- aliased ('select foo as bar from...'), use the alias instead of
- the column name.
- <para>
- When working on large result sets, you should consider using one
- of the functions that fetch an entire row (specified below). As
- these functions return the contents of multiple cells in one
- function call, they're MUCH quicker than
- <function>ifx_result</function>. Also, note that specifying a
- numeric offset for the field argument is much quicker than
- specifying a fieldname or tablename.fieldname argument.
- <para>
- Recommended high-performance alternatives:
- <function>ifx_fetch_row</function>,
- <function>ifx_fetch_array</function>, and
- <function>ifx_fetch_object</function>.
- </refsect1>
- </refentry>
-
- -->
</reference>
--- 1190,1195 ----
-- 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: hajo <email protected>: "[PHP-DEV] Bug #882: Installation instructions seem to be wrong"
- Previous message: nyenyon: "[PHP-DEV] CVS update: php3/functions"
- Next in thread: ssb: "[PHP-DEV] CVS update: php3/doc/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

