<?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.6 $ --> <refentry xml:id="function.dbmfetch" xmlns="http://docbook.org/ns/docbook"> <refnamediv> <refname>dbmfetch</refname> <refpurpose>Fetches a value for a key from a DBM database</refpurpose> </refnamediv> <refsect1 role="description"> &reftitle.description; <methodsynopsis> <type>string</type><methodname>dbmfetch</methodname> <methodparam><type>resource</type><parameter>dbm_identifier</parameter></methodparam> <methodparam><type>string</type><parameter>key</parameter></methodparam> </methodsynopsis> <para> Gets the value associated with the given <parameter>key</parameter>. </para> </refsect1> <refsect1 role="parameters"> &reftitle.parameters; <para> <variablelist> &dbm.dbm-identifier.description; <varlistentry> <term><parameter>key</parameter></term> <listitem> <para> The key, as a string </para> </listitem> </varlistentry> </variablelist> </para> </refsect1> <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> Returns the value associated with <parameter>key</parameter>. </para> </refsect1> </refentry> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 -->