Forum und email

dbmfetch

(PHP 4)

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

Descrierea

string dbmfetch ( resource $dbm_identifier , string $key )

Gets the value associated with the given key .

Parametri

dbm_identifier

Identificatorul legăturii DBM întors de dbmopen().

key

The key, as a string

Valorile întroarse

Returns the value associated with key .