tony2001 Fri May 5 11:41:26 2006 UTC
Modified files:
/phpdoc/en/reference/ifx/functions ifx-affected-rows.xml
ifx-blobinfile-mode.xml
ifx-byteasvarchar.xml
ifx-close.xml ifx-connect.xml
ifx-create-blob.xml
ifx-create-char.xml ifx-do.xml
ifx-error.xml ifx-errormsg.xml
ifx-fetch-row.xml
ifx-fieldproperties.xml
ifx-fieldtypes.xml
ifx-free-blob.xml
ifx-free-char.xml
ifx-free-result.xml
ifx-get-blob.xml
ifx-get-char.xml
ifx-getsqlca.xml
ifx-htmltbl-result.xml
ifx-nullformat.xml
ifx-num-fields.xml
ifx-num-rows.xml
ifx-pconnect.xml ifx-prepare.xml
ifx-query.xml
ifx-textasvarchar.xml
ifx-update-blob.xml
ifx-update-char.xml
ifxus-close-slob.xml
ifxus-free-slob.xml
ifxus-read-slob.xml
Log:
fix return values, argument types etc.
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-affected-rows.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-affected-rows.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-affected-rows.xml:1.5
phpdoc/en/reference/ifx/functions/ifx-affected-rows.xml:1.6
--- phpdoc/en/reference/ifx/functions/ifx-affected-rows.xml:1.5 Mon Dec 15
16:50:39 2003
+++ phpdoc/en/reference/ifx/functions/ifx-affected-rows.xml Fri May 5
11:41:25 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
<refentry id="function.ifx-affected-rows">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>ifx_affected_rows</methodname>
-
<methodparam><type>int</type><parameter>result_id</parameter></methodparam>
+
<methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
</methodsynopsis>
<para>
<parameter>result_id</parameter> is a valid result id returned by
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-blobinfile-mode.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-blobinfile-mode.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-blobinfile-mode.xml:1.2
phpdoc/en/reference/ifx/functions/ifx-blobinfile-mode.xml:1.3
--- phpdoc/en/reference/ifx/functions/ifx-blobinfile-mode.xml:1.2 Wed Apr
17 06:38:56 2002
+++ phpdoc/en/reference/ifx/functions/ifx-blobinfile-mode.xml Fri May 5
11:41:25 2006
@@ -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-blobinfile-mode">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>void</type><methodname>ifx_blobinfile_mode</methodname>
+ <type>bool</type><methodname>ifx_blobinfile_mode</methodname>
<methodparam><type>int</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
<para>
@@ -17,6 +17,9 @@
save Byte-Blobs in memory, and mode "1" means save Byte-Blobs in
a file.
</para>
+ <para>
+ &return.success;
+ </para>
</refsect1>
</refentry>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-byteasvarchar.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-byteasvarchar.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-byteasvarchar.xml:1.2
phpdoc/en/reference/ifx/functions/ifx-byteasvarchar.xml:1.3
--- phpdoc/en/reference/ifx/functions/ifx-byteasvarchar.xml:1.2 Wed Apr 17
06:38:56 2002
+++ phpdoc/en/reference/ifx/functions/ifx-byteasvarchar.xml Fri May 5
11:41:25 2006
@@ -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-byteasvarchar">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>void</type><methodname>ifx_byteasvarchar</methodname>
+ <type>bool</type><methodname>ifx_byteasvarchar</methodname>
<methodparam><type>int</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
<para>
@@ -17,6 +17,9 @@
return a blob id, and mode "1" will return a varchar with text
content.
</para>
+ <para>
+ &return.success;
+ </para>
</refsect1>
</refentry>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-close.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-close.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-close.xml:1.4
phpdoc/en/reference/ifx/functions/ifx-close.xml:1.5
--- phpdoc/en/reference/ifx/functions/ifx-close.xml:1.4 Thu Dec 11 15:41:59 2003
+++ phpdoc/en/reference/ifx/functions/ifx-close.xml Fri May 5 11:41:25 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
<refentry id="function.ifx-close">
<refnamediv>
@@ -9,11 +9,11 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>ifx_close</methodname>
- <methodparam
choice="opt"><type>int</type><parameter>link_identifier</parameter></methodparam>
+ <type>bool</type><methodname>ifx_close</methodname>
+ <methodparam
choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
</methodsynopsis>
<para>
- Returns: always &true;.
+ &return.success;
</para>
<para>
<function>ifx_close</function> closes the link to an Informix
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-connect.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-connect.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-connect.xml:1.3
phpdoc/en/reference/ifx/functions/ifx-connect.xml:1.4
--- phpdoc/en/reference/ifx/functions/ifx-connect.xml:1.3 Wed Jul 16
17:13:19 2003
+++ phpdoc/en/reference/ifx/functions/ifx-connect.xml Fri May 5 11:41:25 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
<refentry id="function.ifx-connect">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>ifx_connect</methodname>
+ <type>resource</type><methodname>ifx_connect</methodname>
<methodparam choice="opt"><type>string</type><parameter>database
</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>userid
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-create-blob.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-create-blob.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-create-blob.xml:1.2
phpdoc/en/reference/ifx/functions/ifx-create-blob.xml:1.3
--- phpdoc/en/reference/ifx/functions/ifx-create-blob.xml:1.2 Wed Apr 17
06:38:57 2002
+++ phpdoc/en/reference/ifx/functions/ifx-create-blob.xml Fri May 5
11:41:25 2006
@@ -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-create-blob">
<refnamediv>
@@ -15,7 +15,7 @@
<methodparam><type>string</type><parameter>param</parameter></methodparam>
</methodsynopsis>
<para>
- Creates an blob object.
+ Creates a blob object.
</para>
<para>
type: 1 = TEXT, 0 = BYTE
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-create-char.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-create-char.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-create-char.xml:1.2
phpdoc/en/reference/ifx/functions/ifx-create-char.xml:1.3
--- phpdoc/en/reference/ifx/functions/ifx-create-char.xml:1.2 Wed Apr 17
06:38:57 2002
+++ phpdoc/en/reference/ifx/functions/ifx-create-char.xml Fri May 5
11:41:25 2006
@@ -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-create-char">
<refnamediv>
@@ -16,6 +16,9 @@
Creates an char object. <parameter>param</parameter> should
be the char content.
</para>
+ <para>
+ Return &false; on error, otherwise the new char object id.
+ </para>
</refsect1>
</refentry>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-do.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-do.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-do.xml:1.4
phpdoc/en/reference/ifx/functions/ifx-do.xml:1.5
--- phpdoc/en/reference/ifx/functions/ifx-do.xml:1.4 Sat Oct 12 10:00:34 2002
+++ phpdoc/en/reference/ifx/functions/ifx-do.xml Fri May 5 11:41:26 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
<refentry id="function.ifx-do">
<refnamediv>
@@ -11,8 +11,8 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>ifx_do</methodname>
-
<methodparam><type>int</type><parameter>result_id</parameter></methodparam>
+ <type>bool</type><methodname>ifx_do</methodname>
+
<methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
</methodsynopsis>
<para>
&return.success;
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-error.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-error.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-error.xml:1.2
phpdoc/en/reference/ifx/functions/ifx-error.xml:1.3
--- phpdoc/en/reference/ifx/functions/ifx-error.xml:1.2 Wed Apr 17 06:38:57 2002
+++ phpdoc/en/reference/ifx/functions/ifx-error.xml Fri May 5 11:41:26 2006
@@ -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-error">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>ifx_error</methodname>
- <void/>
+ <methodparam
choice="opt"><type>resource</type><parameter>connection_id</parameter></methodparam>
</methodsynopsis>
<para>
The Informix error codes (SQLSTATE & SQLCODE) formatted as
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-errormsg.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-errormsg.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-errormsg.xml:1.4
phpdoc/en/reference/ifx/functions/ifx-errormsg.xml:1.5
--- phpdoc/en/reference/ifx/functions/ifx-errormsg.xml:1.4 Wed Dec 17
14:32:28 2003
+++ phpdoc/en/reference/ifx/functions/ifx-errormsg.xml Fri May 5 11:41:26 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
<refentry id="function.ifx-errormsg">
<refnamediv>
@@ -15,8 +15,8 @@
<para>
Returns the Informix error message associated with the most
recent Informix error, or, when the optional
- "<parameter>errorcode</parameter>" parameter is present, the error
- message corresponding to "<parameter>errorcode</parameter>".
+ <parameter>errorcode</parameter> parameter is present, the error
+ message corresponding to <parameter>errorcode</parameter>.
</para>
<para>
<example>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-fetch-row.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-fetch-row.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-fetch-row.xml:1.5
phpdoc/en/reference/ifx/functions/ifx-fetch-row.xml:1.6
--- phpdoc/en/reference/ifx/functions/ifx-fetch-row.xml:1.5 Mon Dec 15
16:50:39 2003
+++ phpdoc/en/reference/ifx/functions/ifx-fetch-row.xml Fri May 5 11:41:26 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
<refentry id="function.ifx-fetch-row">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>array</type><methodname>ifx_fetch_row</methodname>
-
<methodparam><type>int</type><parameter>result_id</parameter></methodparam>
+
<methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
<methodparam
choice="opt"><type>mixed</type><parameter>position</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-fieldproperties.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-fieldproperties.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-fieldproperties.xml:1.5
phpdoc/en/reference/ifx/functions/ifx-fieldproperties.xml:1.6
--- phpdoc/en/reference/ifx/functions/ifx-fieldproperties.xml:1.5 Fri Jul
1 13:07:48 2005
+++ phpdoc/en/reference/ifx/functions/ifx-fieldproperties.xml Fri May 5
11:41:26 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
<refentry id="function.ifx-fieldproperties">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>array</type><methodname>ifx_fieldproperties</methodname>
-
<methodparam><type>int</type><parameter>result_id</parameter></methodparam>
+
<methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
</methodsynopsis>
<para>
Returns an associative array with fieldnames as key and the SQL
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-fieldtypes.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-fieldtypes.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-fieldtypes.xml:1.5
phpdoc/en/reference/ifx/functions/ifx-fieldtypes.xml:1.6
--- phpdoc/en/reference/ifx/functions/ifx-fieldtypes.xml:1.5 Fri Jul 1
13:07:48 2005
+++ phpdoc/en/reference/ifx/functions/ifx-fieldtypes.xml Fri May 5
11:41:26 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
<refentry id="function.ifx-fieldtypes">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>array</type><methodname>ifx_fieldtypes</methodname>
-
<methodparam><type>int</type><parameter>result_id</parameter></methodparam>
+
<methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
</methodsynopsis>
<para>
Returns an associative array with fieldnames as key and the SQL
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-free-blob.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-free-blob.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-free-blob.xml:1.3
phpdoc/en/reference/ifx/functions/ifx-free-blob.xml:1.4
--- phpdoc/en/reference/ifx/functions/ifx-free-blob.xml:1.3 Sat Oct 12
10:00:34 2002
+++ phpdoc/en/reference/ifx/functions/ifx-free-blob.xml Fri May 5 11:41:26 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
<refentry id="function.ifx-free-blob">
<refnamediv>
@@ -9,12 +9,15 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>ifx_free_blob</methodname>
+ <type>bool</type><methodname>ifx_free_blob</methodname>
<methodparam><type>int</type><parameter>bid</parameter></methodparam>
</methodsynopsis>
<para>
Deletes the blobobject for the given blob object-id
- <parameter>bid</parameter>. &return.success;
+ <parameter>bid</parameter>.
+ </para>
+ <para>
+ &return.success;
</para>
</refsect1>
</refentry>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-free-char.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-free-char.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-free-char.xml:1.3
phpdoc/en/reference/ifx/functions/ifx-free-char.xml:1.4
--- phpdoc/en/reference/ifx/functions/ifx-free-char.xml:1.3 Sat Oct 12
10:00:34 2002
+++ phpdoc/en/reference/ifx/functions/ifx-free-char.xml Fri May 5 11:41:26 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
<refentry id="function.ifx-free-char">
<refnamediv>
@@ -9,12 +9,15 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>ifx_free_char</methodname>
+ <type>bool</type><methodname>ifx_free_char</methodname>
<methodparam><type>int</type><parameter>bid</parameter></methodparam>
</methodsynopsis>
<para>
Deletes the charobject for the given char object-id
- <parameter>bid</parameter>. &return.success;
+ <parameter>bid</parameter>.
+ </para>
+ <para>
+ &return.success;
</para>
</refsect1>
</refentry>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-free-result.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-free-result.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-free-result.xml:1.3
phpdoc/en/reference/ifx/functions/ifx-free-result.xml:1.4
--- phpdoc/en/reference/ifx/functions/ifx-free-result.xml:1.3 Tue Feb 18
16:22:32 2003
+++ phpdoc/en/reference/ifx/functions/ifx-free-result.xml Fri May 5
11:41:26 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
<refentry id="function.ifx-free-result">
<refnamediv>
@@ -9,12 +9,15 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>ifx_free_result</methodname>
-
<methodparam><type>int</type><parameter>result_id</parameter></methodparam>
+ <type>bool</type><methodname>ifx_free_result</methodname>
+
<methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
</methodsynopsis>
<para>
Releases resources for the query associated with
- <parameter>result_id</parameter>. &return.success;
+ <parameter>result_id</parameter>.
+ </para>
+ <para>
+ &return.success;
</para>
</refsect1>
</refentry>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-get-blob.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-get-blob.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-get-blob.xml:1.2
phpdoc/en/reference/ifx/functions/ifx-get-blob.xml:1.3
--- phpdoc/en/reference/ifx/functions/ifx-get-blob.xml:1.2 Wed Apr 17
06:38:58 2002
+++ phpdoc/en/reference/ifx/functions/ifx-get-blob.xml Fri May 5 11:41:26 2006
@@ -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-get-blob">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>ifx_get_blob</methodname>
+ <type>string</type><methodname>ifx_get_blob</methodname>
<methodparam><type>int</type><parameter>bid</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-get-char.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-get-char.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-get-char.xml:1.2
phpdoc/en/reference/ifx/functions/ifx-get-char.xml:1.3
--- phpdoc/en/reference/ifx/functions/ifx-get-char.xml:1.2 Wed Apr 17
06:38:58 2002
+++ phpdoc/en/reference/ifx/functions/ifx-get-char.xml Fri May 5 11:41:26 2006
@@ -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-get-char">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>ifx_get_char</methodname>
+ <type>string</type><methodname>ifx_get_char</methodname>
<methodparam><type>int</type><parameter>bid</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-getsqlca.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-getsqlca.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-getsqlca.xml:1.5
phpdoc/en/reference/ifx/functions/ifx-getsqlca.xml:1.6
--- phpdoc/en/reference/ifx/functions/ifx-getsqlca.xml:1.5 Thu Dec 18
17:44:48 2003
+++ phpdoc/en/reference/ifx/functions/ifx-getsqlca.xml Fri May 5 11:41:26 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
<refentry id="function.ifx-getsqlca">
<refnamediv>
@@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>array</type><methodname>ifx_getsqlca</methodname>
-
<methodparam><type>int</type><parameter>result_id</parameter></methodparam>
+
<methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
</methodsynopsis>
<para>
<parameter>result_id</parameter> is a valid result id returned by
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-htmltbl-result.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-htmltbl-result.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-htmltbl-result.xml:1.6
phpdoc/en/reference/ifx/functions/ifx-htmltbl-result.xml:1.7
--- phpdoc/en/reference/ifx/functions/ifx-htmltbl-result.xml:1.6 Sun Dec
21 01:05:39 2003
+++ phpdoc/en/reference/ifx/functions/ifx-htmltbl-result.xml Fri May 5
11:41:26 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
<refentry id="function.ifx-htmltbl-result">
<refnamediv>
@@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>ifx_htmltbl_result</methodname>
-
<methodparam><type>int</type><parameter>result_id</parameter></methodparam>
+
<methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>html_table_options</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-nullformat.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-nullformat.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-nullformat.xml:1.2
phpdoc/en/reference/ifx/functions/ifx-nullformat.xml:1.3
--- phpdoc/en/reference/ifx/functions/ifx-nullformat.xml:1.2 Wed Apr 17
06:38:58 2002
+++ phpdoc/en/reference/ifx/functions/ifx-nullformat.xml Fri May 5
11:41:26 2006
@@ -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-nullformat">
<refnamediv>
@@ -11,13 +11,16 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>void</type><methodname>ifx_nullformat</methodname>
+ <type>bool</type><methodname>ifx_nullformat</methodname>
<methodparam><type>int</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
<para>
Sets the default return value of a NULL-value on a fetch row.
Mode "0" returns "", and mode "1" returns "&null;".
</para>
+ <para>
+ &return.success;
+ </para>
</refsect1>
</refentry>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-num-fields.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-num-fields.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-num-fields.xml:1.2
phpdoc/en/reference/ifx/functions/ifx-num-fields.xml:1.3
--- phpdoc/en/reference/ifx/functions/ifx-num-fields.xml:1.2 Wed Apr 17
06:38:58 2002
+++ phpdoc/en/reference/ifx/functions/ifx-num-fields.xml Fri May 5
11:41:26 2006
@@ -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-num-fields">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>ifx_num_fields</methodname>
-
<methodparam><type>int</type><parameter>result_id</parameter></methodparam>
+
<methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
</methodsynopsis>
<para>
Returns the number of columns in query for
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-num-rows.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-num-rows.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-num-rows.xml:1.2
phpdoc/en/reference/ifx/functions/ifx-num-rows.xml:1.3
--- phpdoc/en/reference/ifx/functions/ifx-num-rows.xml:1.2 Wed Apr 17
06:38:58 2002
+++ phpdoc/en/reference/ifx/functions/ifx-num-rows.xml Fri May 5 11:41:26 2006
@@ -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-num-rows">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>ifx_num_rows</methodname>
-
<methodparam><type>int</type><parameter>result_id</parameter></methodparam>
+
<methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
</methodsynopsis>
<para>
Gives the number of rows fetched so far for a query with
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-pconnect.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-pconnect.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-pconnect.xml:1.2
phpdoc/en/reference/ifx/functions/ifx-pconnect.xml:1.3
--- phpdoc/en/reference/ifx/functions/ifx-pconnect.xml:1.2 Wed Apr 17
06:38:58 2002
+++ phpdoc/en/reference/ifx/functions/ifx-pconnect.xml Fri May 5 11:41:26 2006
@@ -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-pconnect">
<refnamediv>
@@ -9,22 +9,20 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>ifx_pconnect</methodname>
+ <type>resource</type><methodname>ifx_pconnect</methodname>
<methodparam
choice="opt"><type>string</type><parameter>database</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>userid</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>password</parameter></methodparam>
</methodsynopsis>
<para>
- Returns: A positive Informix persistent link identifier on success,
- or &false; on error
+ Returns: valid Informix persistent link identifier on success,
+ or &false; on error.
</para>
<para>
<function>ifx_pconnect</function> acts very much like
<function>ifx_connect</function> with two major differences.
</para>
<para>
- This function behaves exactly like <function>ifx_connect</function>
- when PHP is not running as an Apache module.
First, when connecting, the function would first try to find a
(persistent) link that's already open with the same host,
username and password. If one is found, an identifier for it
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-prepare.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-prepare.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-prepare.xml:1.3
phpdoc/en/reference/ifx/functions/ifx-prepare.xml:1.4
--- phpdoc/en/reference/ifx/functions/ifx-prepare.xml:1.3 Sun Jun 15
10:15:44 2003
+++ phpdoc/en/reference/ifx/functions/ifx-prepare.xml Fri May 5 11:41:26 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
<refentry id="function.ifx-prepare">
<refnamediv>
@@ -9,14 +9,14 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>ifx_prepare</methodname>
+ <type>resource</type><methodname>ifx_prepare</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
- <methodparam><type>int</type><parameter>conn_id</parameter></methodparam>
+
<methodparam><type>resource</type><parameter>conn_id</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>cursor_def</parameter></methodparam>
<methodparam><type>mixed</type><parameter>blobidarray</parameter></methodparam>
</methodsynopsis>
<para>
- Returns an integer <parameter>result_id</parameter> for use by
+ Returns valid <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.
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-query.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-query.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-query.xml:1.7
phpdoc/en/reference/ifx/functions/ifx-query.xml:1.8
--- phpdoc/en/reference/ifx/functions/ifx-query.xml:1.7 Sun Dec 21 01:05:39 2003
+++ phpdoc/en/reference/ifx/functions/ifx-query.xml Fri May 5 11:41:26 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
<refentry id="function.ifx-query">
<refnamediv>
@@ -9,16 +9,16 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>ifx_query</methodname>
+ <type>resource</type><methodname>ifx_query</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
-
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
+
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>cursor_type</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter>
blobidarray
</parameter></methodparam>
</methodsynopsis>
<para>
- Returns a positive Informix result identifier on success, or
+ Returns valid Informix result identifier on success, or
&false; on error.
</para>
<para>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-textasvarchar.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-textasvarchar.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-textasvarchar.xml:1.2
phpdoc/en/reference/ifx/functions/ifx-textasvarchar.xml:1.3
--- phpdoc/en/reference/ifx/functions/ifx-textasvarchar.xml:1.2 Wed Apr 17
06:38:59 2002
+++ phpdoc/en/reference/ifx/functions/ifx-textasvarchar.xml Fri May 5
11:41:26 2006
@@ -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-textasvarchar">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>void</type><methodname>ifx_textasvarchar</methodname>
+ <type>bool</type><methodname>ifx_textasvarchar</methodname>
<methodparam><type>int</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
<para>
@@ -17,6 +17,9 @@
return a blob id, and mode "1" will return a varchar with text
content.
</para>
+ <para>
+ &return.success;
+ </para>
</refsect1>
</refentry>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-update-blob.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-update-blob.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-update-blob.xml:1.4
phpdoc/en/reference/ifx/functions/ifx-update-blob.xml:1.5
--- phpdoc/en/reference/ifx/functions/ifx-update-blob.xml:1.4 Thu Feb 6
02:19:52 2003
+++ phpdoc/en/reference/ifx/functions/ifx-update-blob.xml Fri May 5
11:41:26 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
<refentry id="function.ifx-update-blob">
<refnamediv>
@@ -16,7 +16,10 @@
<para>
Updates the content of the blob object for the given blob object
<parameter>bid</parameter>. <parameter>content</parameter> is a
- string with new data. &return.success;
+ string with new data.
+ </para>
+ <para>
+ &return.success;
</para>
</refsect1>
</refentry>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifx-update-char.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-update-char.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-update-char.xml:1.3
phpdoc/en/reference/ifx/functions/ifx-update-char.xml:1.4
--- phpdoc/en/reference/ifx/functions/ifx-update-char.xml:1.3 Sat Oct 12
10:00:34 2002
+++ phpdoc/en/reference/ifx/functions/ifx-update-char.xml Fri May 5
11:41:26 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
<refentry id="function.ifx-update-char">
<refnamediv>
@@ -16,7 +16,10 @@
<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. &return.success;
+ string with new data.
+ </para>
+ <para>
+ &return.success;
</para>
</refsect1>
</refentry>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifxus-close-slob.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifxus-close-slob.xml
diff -u phpdoc/en/reference/ifx/functions/ifxus-close-slob.xml:1.3
phpdoc/en/reference/ifx/functions/ifxus-close-slob.xml:1.4
--- phpdoc/en/reference/ifx/functions/ifxus-close-slob.xml:1.3 Sat Oct 12
10:00:34 2002
+++ phpdoc/en/reference/ifx/functions/ifxus-close-slob.xml Fri May 5
11:41:26 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
<refentry id="function.ifxus-close-slob">
<refnamediv>
@@ -9,12 +9,15 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>ifxus_close_slob</methodname>
+ <type>bool</type><methodname>ifxus_close_slob</methodname>
<methodparam><type>int</type><parameter>bid</parameter></methodparam>
</methodsynopsis>
<para>
Deletes the slob object on the given slob object-id
- <parameter>bid</parameter>. &return.success;
+ <parameter>bid</parameter>.
+ </para>
+ <para>
+ &return.success;
</para>
</refsect1>
</refentry>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifxus-free-slob.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifxus-free-slob.xml
diff -u phpdoc/en/reference/ifx/functions/ifxus-free-slob.xml:1.3
phpdoc/en/reference/ifx/functions/ifxus-free-slob.xml:1.4
--- phpdoc/en/reference/ifx/functions/ifxus-free-slob.xml:1.3 Sat Oct 12
10:00:34 2002
+++ phpdoc/en/reference/ifx/functions/ifxus-free-slob.xml Fri May 5
11:41:26 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
<refentry id="function.ifxus-free-slob">
<refnamediv>
@@ -9,12 +9,15 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>ifxus_free_slob</methodname>
+ <type>bool</type><methodname>ifxus_free_slob</methodname>
<methodparam><type>int</type><parameter>bid</parameter></methodparam>
</methodsynopsis>
<para>
Deletes the slob object. <parameter>bid</parameter> is the Id of
- the slob object. &return.success;
+ the slob object.
+ </para>
+ <para>
+ &return.success;
</para>
</refsect1>
</refentry>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ifx/functions/ifxus-read-slob.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifxus-read-slob.xml
diff -u phpdoc/en/reference/ifx/functions/ifxus-read-slob.xml:1.3
phpdoc/en/reference/ifx/functions/ifxus-read-slob.xml:1.4
--- phpdoc/en/reference/ifx/functions/ifxus-read-slob.xml:1.3 Fri Aug 13
16:12:05 2004
+++ phpdoc/en/reference/ifx/functions/ifxus-read-slob.xml Fri May 5
11:41:26 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
<refentry id="function.ifxus-read-slob">
<refnamediv>
@@ -9,14 +9,14 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>ifxus_read_slob</methodname>
+ <type>string</type><methodname>ifxus_read_slob</methodname>
<methodparam><type>int</type><parameter>bid</parameter></methodparam>
<methodparam><type>int</type><parameter>nbytes</parameter></methodparam>
</methodsynopsis>
<para>
- Reads nbytes of the slob object. <parameter>bid</parameter> is a
+ Reads nbytes of the slob object. <parameter>bid</parameter> is an
existing slob id and <parameter>nbytes</parameter> is the number
- of bytes read. Return &false; on error otherwise the string.
+ of bytes to read. Return &false; on error otherwise the string.
</para>
</refsect1>
</refentry>