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
This commit is contained in:
Friedhelm Betz 2002-04-29 12:06:32 +00:00
parent 30d1d3fed5
commit fafb98adbb
9 changed files with 18 additions and 18 deletions

View file

@ -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.

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>