From fafb98adbb89f482376d1e7676c053f11ce8bbcb Mon Sep 17 00:00:00 2001
From: Friedhelm Betz <betz@php.net>
Date: Mon, 29 Apr 2002 12:06:32 +0000
Subject: [PATCH] changed return type for dbmopen to resource; also paramtypes
 for the functions.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80414 c90b9560-bf6c-de11-be94-00142212c4b1
---
 reference/dbm/functions/dbmclose.xml    | 4 ++--
 reference/dbm/functions/dbmdelete.xml   | 4 ++--
 reference/dbm/functions/dbmexists.xml   | 4 ++--
 reference/dbm/functions/dbmfetch.xml    | 4 ++--
 reference/dbm/functions/dbmfirstkey.xml | 4 ++--
 reference/dbm/functions/dbminsert.xml   | 4 ++--
 reference/dbm/functions/dbmnextkey.xml  | 4 ++--
 reference/dbm/functions/dbmopen.xml     | 4 ++--
 reference/dbm/functions/dbmreplace.xml  | 4 ++--
 9 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/reference/dbm/functions/dbmclose.xml b/reference/dbm/functions/dbmclose.xml
index a591263285..38352cc56f 100644
--- a/reference/dbm/functions/dbmclose.xml
+++ b/reference/dbm/functions/dbmclose.xml
@@ -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.
diff --git a/reference/dbm/functions/dbmdelete.xml b/reference/dbm/functions/dbmdelete.xml
index fa5b475401..0ef1513a23 100644
--- a/reference/dbm/functions/dbmdelete.xml
+++ b/reference/dbm/functions/dbmdelete.xml
@@ -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>
diff --git a/reference/dbm/functions/dbmexists.xml b/reference/dbm/functions/dbmexists.xml
index ffa33a1c4a..adf32dc569 100644
--- a/reference/dbm/functions/dbmexists.xml
+++ b/reference/dbm/functions/dbmexists.xml
@@ -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>
diff --git a/reference/dbm/functions/dbmfetch.xml b/reference/dbm/functions/dbmfetch.xml
index 028771b4bb..9fb70a03d1 100644
--- a/reference/dbm/functions/dbmfetch.xml
+++ b/reference/dbm/functions/dbmfetch.xml
@@ -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>
diff --git a/reference/dbm/functions/dbmfirstkey.xml b/reference/dbm/functions/dbmfirstkey.xml
index 2940d5f7fb..3aca3dd994 100644
--- a/reference/dbm/functions/dbmfirstkey.xml
+++ b/reference/dbm/functions/dbmfirstkey.xml
@@ -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
diff --git a/reference/dbm/functions/dbminsert.xml b/reference/dbm/functions/dbminsert.xml
index 2589f3be55..164c73086d 100644
--- a/reference/dbm/functions/dbminsert.xml
+++ b/reference/dbm/functions/dbminsert.xml
@@ -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>
diff --git a/reference/dbm/functions/dbmnextkey.xml b/reference/dbm/functions/dbmnextkey.xml
index db9fddc5b0..5df3c54831 100644
--- a/reference/dbm/functions/dbmnextkey.xml
+++ b/reference/dbm/functions/dbmnextkey.xml
@@ -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>
diff --git a/reference/dbm/functions/dbmopen.xml b/reference/dbm/functions/dbmopen.xml
index d5311b01e4..1327bbd028 100644
--- a/reference/dbm/functions/dbmopen.xml
+++ b/reference/dbm/functions/dbmopen.xml
@@ -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>
diff --git a/reference/dbm/functions/dbmreplace.xml b/reference/dbm/functions/dbmreplace.xml
index c75d4287e1..0ee3fb033e 100644
--- a/reference/dbm/functions/dbmreplace.xml
+++ b/reference/dbm/functions/dbmreplace.xml
@@ -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>