Forum und email

dbmfetch

(PHP 4)

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

Beskrivelse

string dbmfetch ( resource $dbm_identifier , string $key )

Gets the value associated with the given key .

Parameterliste

dbm_identifier

The DBM link identifier, returned by dbmopen().

key

The key, as a string

Returneringsværdier

Returns the value associated with key .