betz Mon Apr 29 08:06:33 2002 EDT
Modified files:
/phpdoc/en/reference/dbm/functions dbmreplace.xml dbmopen.xml
dbmnextkey.xml dbminsert.xml
dbmfirstkey.xml dbmfetch.xml
dbmexists.xml dbmdelete.xml
dbmclose.xml
Log:
changed return type for dbmopen to resource; also paramtypes for the functions.
Index: phpdoc/en/reference/dbm/functions/dbmreplace.xml
diff -u phpdoc/en/reference/dbm/functions/dbmreplace.xml:1.2
phpdoc/en/reference/dbm/functions/dbmreplace.xml:1.3
--- phpdoc/en/reference/dbm/functions/dbmreplace.xml:1.2 Wed Apr 17 02:37:21
2002
+++ phpdoc/en/reference/dbm/functions/dbmreplace.xml Mon Apr 29 08:06:32 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/dbm.xml, last change in rev 1.2 -->
<refentry id="function.dbmreplace">
<refnamediv>
@@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>dbmreplace</methodname>
- <methodparam><type>int</type><parameter>dbm_identifier</parameter></methodparam>
+
+<methodparam><type>resource</type><parameter>dbm_identifier</parameter></methodparam>
<methodparam><type>string</type><parameter>key</parameter></methodparam>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/dbm/functions/dbmopen.xml
diff -u phpdoc/en/reference/dbm/functions/dbmopen.xml:1.2
phpdoc/en/reference/dbm/functions/dbmopen.xml:1.3
--- phpdoc/en/reference/dbm/functions/dbmopen.xml:1.2 Wed Apr 17 02:37:21 2002
+++ phpdoc/en/reference/dbm/functions/dbmopen.xml Mon Apr 29 08:06:32 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/dbm.xml, last change in rev 1.2 -->
<refentry id="function.dbmopen">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>dbmopen</methodname>
+ <type>resource</type><methodname>dbmopen</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam><type>string</type><parameter>flags</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/dbm/functions/dbmnextkey.xml
diff -u phpdoc/en/reference/dbm/functions/dbmnextkey.xml:1.2
phpdoc/en/reference/dbm/functions/dbmnextkey.xml:1.3
--- phpdoc/en/reference/dbm/functions/dbmnextkey.xml:1.2 Wed Apr 17 02:37:21
2002
+++ phpdoc/en/reference/dbm/functions/dbmnextkey.xml Mon Apr 29 08:06:32 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/dbm.xml, last change in rev 1.2 -->
<refentry id="function.dbmnextkey">
<refnamediv>
@@ -11,7 +11,7 @@
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>dbmnextkey</methodname>
- <methodparam><type>int</type><parameter>dbm_identifier</parameter></methodparam>
+
+<methodparam><type>resource</type><parameter>dbm_identifier</parameter></methodparam>
<methodparam><type>string</type><parameter>key</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/dbm/functions/dbminsert.xml
diff -u phpdoc/en/reference/dbm/functions/dbminsert.xml:1.2
phpdoc/en/reference/dbm/functions/dbminsert.xml:1.3
--- phpdoc/en/reference/dbm/functions/dbminsert.xml:1.2 Wed Apr 17 02:37:20 2002
+++ phpdoc/en/reference/dbm/functions/dbminsert.xml Mon Apr 29 08:06:32 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/dbm.xml, last change in rev 1.2 -->
<refentry id="function.dbminsert">
<refnamediv>
@@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>dbminsert</methodname>
- <methodparam><type>int</type><parameter>dbm_identifier</parameter></methodparam>
+
+<methodparam><type>resource</type><parameter>dbm_identifier</parameter></methodparam>
<methodparam><type>string</type><parameter>key</parameter></methodparam>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/dbm/functions/dbmfirstkey.xml
diff -u phpdoc/en/reference/dbm/functions/dbmfirstkey.xml:1.2
phpdoc/en/reference/dbm/functions/dbmfirstkey.xml:1.3
--- phpdoc/en/reference/dbm/functions/dbmfirstkey.xml:1.2 Wed Apr 17 02:37:20
2002
+++ phpdoc/en/reference/dbm/functions/dbmfirstkey.xml Mon Apr 29 08:06:32 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/dbm.xml, last change in rev 1.2 -->
<refentry id="function.dbmfirstkey">
<refnamediv>
@@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>dbmfirstkey</methodname>
- <methodparam><type>int</type><parameter>dbm_identifier</parameter></methodparam>
+
+<methodparam><type>resource</type><parameter>dbm_identifier</parameter></methodparam>
</methodsynopsis>
<para>
Returns the first key in the database. Note that no particular order
Index: phpdoc/en/reference/dbm/functions/dbmfetch.xml
diff -u phpdoc/en/reference/dbm/functions/dbmfetch.xml:1.2
phpdoc/en/reference/dbm/functions/dbmfetch.xml:1.3
--- phpdoc/en/reference/dbm/functions/dbmfetch.xml:1.2 Wed Apr 17 02:37:20 2002
+++ phpdoc/en/reference/dbm/functions/dbmfetch.xml Mon Apr 29 08:06:32 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/dbm.xml, last change in rev 1.2 -->
<refentry id="function.dbmfetch">
<refnamediv>
@@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>dbmfetch</methodname>
- <methodparam><type>int</type><parameter>dbm_identifier</parameter></methodparam>
+
+<methodparam><type>resource</type><parameter>dbm_identifier</parameter></methodparam>
<methodparam><type>string</type><parameter>key</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/dbm/functions/dbmexists.xml
diff -u phpdoc/en/reference/dbm/functions/dbmexists.xml:1.2
phpdoc/en/reference/dbm/functions/dbmexists.xml:1.3
--- phpdoc/en/reference/dbm/functions/dbmexists.xml:1.2 Wed Apr 17 02:37:20 2002
+++ phpdoc/en/reference/dbm/functions/dbmexists.xml Mon Apr 29 08:06:32 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/dbm.xml, last change in rev 1.2 -->
<refentry id="function.dbmexists">
<refnamediv>
@@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>dbmexists</methodname>
- <methodparam><type>int</type><parameter>dbm_identifier</parameter></methodparam>
+
+<methodparam><type>resource</type><parameter>dbm_identifier</parameter></methodparam>
<methodparam><type>string</type><parameter>key</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/dbm/functions/dbmdelete.xml
diff -u phpdoc/en/reference/dbm/functions/dbmdelete.xml:1.2
phpdoc/en/reference/dbm/functions/dbmdelete.xml:1.3
--- phpdoc/en/reference/dbm/functions/dbmdelete.xml:1.2 Wed Apr 17 02:37:20 2002
+++ phpdoc/en/reference/dbm/functions/dbmdelete.xml Mon Apr 29 08:06:32 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/dbm.xml, last change in rev 1.2 -->
<refentry id="function.dbmdelete">
<refnamediv>
@@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>dbmdelete</methodname>
- <methodparam><type>int</type><parameter>dbm_identifier</parameter></methodparam>
+
+<methodparam><type>resource</type><parameter>dbm_identifier</parameter></methodparam>
<methodparam><type>string</type><parameter>key</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/dbm/functions/dbmclose.xml
diff -u phpdoc/en/reference/dbm/functions/dbmclose.xml:1.2
phpdoc/en/reference/dbm/functions/dbmclose.xml:1.3
--- phpdoc/en/reference/dbm/functions/dbmclose.xml:1.2 Wed Apr 17 02:37:20 2002
+++ phpdoc/en/reference/dbm/functions/dbmclose.xml Mon Apr 29 08:06:32 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/dbm.xml, last change in rev 1.2 -->
<refentry id="function.dbmclose">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>dbmclose</methodname>
- <methodparam><type>int</type><parameter>dbm_identifier</parameter></methodparam>
+
+<methodparam><type>resource</type><parameter>dbm_identifier</parameter></methodparam>
</methodsynopsis>
<para>
Unlocks and closes the specified database.