Forum und email

dbmfetch

(PHP 4)

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

설명

string dbmfetch ( resource $dbm_identifier , string $key )

Gets the value associated with the given key .

매개변수

dbm_identifier

dbmopen()이 반환한 DBM 연결 식별자입니다.

key

The key, as a string

반환값

Returns the value associated with key .