nicos Sun Jun 15 06:15:45 2003 EDT
Modified files:
/phpdoc/en/reference/ifx/functions ifx-prepare.xml
Log:
Typo. Thanks @Jome
Index: phpdoc/en/reference/ifx/functions/ifx-prepare.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-prepare.xml:1.2
phpdoc/en/reference/ifx/functions/ifx-prepare.xml:1.3
--- phpdoc/en/reference/ifx/functions/ifx-prepare.xml:1.2 Wed Apr 17 02:38:58
2002
+++ phpdoc/en/reference/ifx/functions/ifx-prepare.xml Sun Jun 15 06:15:44 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
<refentry id="function.ifx-prepare">
<refnamediv>
@@ -16,14 +16,14 @@
<methodparam><type>mixed</type><parameter>blobidarray</parameter></methodparam>
</methodsynopsis>
<para>
- Returns a integer <parameter>result_id</parameter> for use by
- <function>ifx_do</function>. Sets
+ Returns an integer <parameter>result_id</parameter> for use by
+ <function>ifx_do</function>. Sets
<parameter>affected_rows</parameter> for retrieval by the
<function>ifx_affected_rows</function> function.
</para>
<para>
Prepares <parameter>query</parameter> on connection
- <parameter>conn_id</parameter>. For "select-type" queries a
+ <parameter>conn_id</parameter>. For "select-type" queries a
cursor is declared and opened. The optional
<parameter>cursor_type</parameter> parameter allows you to make
this a "scroll" and/or "hold" cursor. It's a bitmask and can be
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php