vrana Fri Jun 24 09:21:08 2005 EDT
Modified files:
/phpdoc/en/reference/dbplus/functions dbplus-close.xml
dbplus-rcrtexact.xml
dbplus-rcrtlike.xml
dbplus-rkeys.xml
dbplus-rsecindex.xml
Log:
Returns number in case of error
http://cvs.php.net/diff.php/phpdoc/en/reference/dbplus/functions/dbplus-close.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/dbplus/functions/dbplus-close.xml
diff -u phpdoc/en/reference/dbplus/functions/dbplus-close.xml:1.3
phpdoc/en/reference/dbplus/functions/dbplus-close.xml:1.4
--- phpdoc/en/reference/dbplus/functions/dbplus-close.xml:1.3 Thu Jun 23
12:53:19 2005
+++ phpdoc/en/reference/dbplus/functions/dbplus-close.xml Fri Jun 24
09:21:07 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/dbplus.xml, last change in rev 1.1 -->
<refentry id="function.dbplus-close">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>dbplus_close</methodname>
+ <type>mixed</type><methodname>dbplus_close</methodname>
<methodparam><type>resource</type><parameter>relation</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
@@ -17,6 +17,10 @@
Calling <function>dbplus_close</function> will close a relation
previously opened by <function>dbplus_open</function>.
</para>
+ <para>
+ Returns &true; on success or <constant>DBPLUS_ERR_UNKNOWN</constant> on
+ failure.
+ </para>
</refsect1>
</refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/dbplus/functions/dbplus-rcrtexact.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/dbplus/functions/dbplus-rcrtexact.xml
diff -u phpdoc/en/reference/dbplus/functions/dbplus-rcrtexact.xml:1.5
phpdoc/en/reference/dbplus/functions/dbplus-rcrtexact.xml:1.6
--- phpdoc/en/reference/dbplus/functions/dbplus-rcrtexact.xml:1.5 Wed Aug
18 11:39:25 2004
+++ phpdoc/en/reference/dbplus/functions/dbplus-rcrtexact.xml Fri Jun 24
09:21:07 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/dbplus.xml, last change in rev 1.1 -->
<refentry id="function.dbplus-rcrtexact">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>resource</type><methodname>dbplus_rcrtexact</methodname>
+ <type>mixed</type><methodname>dbplus_rcrtexact</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>resource</type><parameter>relation</parameter></methodparam>
<methodparam
choice="opt"><type>bool</type><parameter>overwrite</parameter></methodparam>
@@ -23,6 +23,10 @@
<parameter>overwrite</parameter> is &true; and no other process is
currently using the relation.
</para>
+ <para>
+ Returns resource on success or <constant>DBPLUS_ERR_UNKNOWN</constant> on
+ failure.
+ </para>
</refsect1>
</refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/dbplus/functions/dbplus-rcrtlike.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/dbplus/functions/dbplus-rcrtlike.xml
diff -u phpdoc/en/reference/dbplus/functions/dbplus-rcrtlike.xml:1.3
phpdoc/en/reference/dbplus/functions/dbplus-rcrtlike.xml:1.4
--- phpdoc/en/reference/dbplus/functions/dbplus-rcrtlike.xml:1.3 Wed Aug
18 11:39:25 2004
+++ phpdoc/en/reference/dbplus/functions/dbplus-rcrtlike.xml Fri Jun 24
09:21:07 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/dbplus.xml, last change in rev 1.1 -->
<refentry id="function.dbplus-rcrtlike">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>resource</type><methodname>dbplus_rcrtlike</methodname>
+ <type>mixed</type><methodname>dbplus_rcrtlike</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>resource</type><parameter>relation</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>overwrite</parameter></methodparam>
@@ -23,6 +23,10 @@
only be overwritten if <parameter>overwrite</parameter> is &true;
and no other process is currently using the relation.
</para>
+ <para>
+ Returns resource on success or <constant>DBPLUS_ERR_UNKNOWN</constant> on
+ failure.
+ </para>
</refsect1>
</refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/dbplus/functions/dbplus-rkeys.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/dbplus/functions/dbplus-rkeys.xml
diff -u phpdoc/en/reference/dbplus/functions/dbplus-rkeys.xml:1.2
phpdoc/en/reference/dbplus/functions/dbplus-rkeys.xml:1.3
--- phpdoc/en/reference/dbplus/functions/dbplus-rkeys.xml:1.2 Wed Apr 17
02:37:25 2002
+++ phpdoc/en/reference/dbplus/functions/dbplus-rkeys.xml Fri Jun 24
09:21:07 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/dbplus.xml, last change in rev 1.1 -->
<refentry id="function.dbplus-rkeys">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>resource</type><methodname>dbplus_rkeys</methodname>
+ <type>mixed</type><methodname>dbplus_rkeys</methodname>
<methodparam><type>resource</type><parameter>relation</parameter></methodparam>
<methodparam><type>mixed</type><parameter>domlist</parameter></methodparam>
</methodsynopsis>
@@ -23,6 +23,10 @@
<parameter>domlist</parameter> may be passed as a single domain name
string or as an array of domain names.
</para>
+ <para>
+ Returns resource on success or <constant>DBPLUS_ERR_UNKNOWN</constant> on
+ failure.
+ </para>
</refsect1>
</refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/dbplus/functions/dbplus-rsecindex.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/dbplus/functions/dbplus-rsecindex.xml
diff -u phpdoc/en/reference/dbplus/functions/dbplus-rsecindex.xml:1.2
phpdoc/en/reference/dbplus/functions/dbplus-rsecindex.xml:1.3
--- phpdoc/en/reference/dbplus/functions/dbplus-rsecindex.xml:1.2 Wed Apr
17 02:37:26 2002
+++ phpdoc/en/reference/dbplus/functions/dbplus-rsecindex.xml Fri Jun 24
09:21:07 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/dbplus.xml, last change in rev 1.1 -->
<refentry id="function.dbplus-rsecindex">
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>resource</type><methodname>dbplus_rsecindex</methodname>
+ <type>mixed</type><methodname>dbplus_rsecindex</methodname>
<methodparam><type>resource</type><parameter>relation</parameter></methodparam>
<methodparam><type>mixed</type><parameter>domlist</parameter></methodparam>
<methodparam><type>int</type><parameter>type</parameter></methodparam>
@@ -27,6 +27,10 @@
<parameter>domlist</parameter> may be passed as a single domain name
string or as an array of domain names.
</para>
+ <para>
+ Returns resource on success or <constant>DBPLUS_ERR_UNKNOWN</constant> on
+ failure.
+ </para>
</refsect1>
</refentry>