dbmfirstkey> <dbmexists
Last updated: Mon, 28 Dec 2009

dbmfetch

(PHP 4)

dbmfetch — Fetches a value for a key from a DBM database

Descrição

string dbmfetch ( resource $dbm_identifier , string $key )

Gets the value associated with the given key .

Parâmetros

dbm_identifier

O identificador da conexão DBM, retornado por dbmopen().

key

The key, as a string

Valor Retornado

Returns the value associated with key .



User Contributed Notes
dbmfetch
There are no user contributed notes for this page.

dbmfirstkey> <dbmexists
Last updated: Mon, 28 Dec 2009