Forum und email

dbmexists

(PHP 4)

dbmexists — Tells if a value exists for a key in a DBM database

Leírás

bool dbmexists ( resource $dbm_identifier , string $key )

Returns TRUE if there is a value associated with the key .

Paraméterek

dbm_identifier

The DBM link identifier, returned by dbmopen().

key

The key, as a string

Visszatérési értékek

Siker esetén TRUE értékkel tér vissza, ellenkező esetben FALSE értéket ad.

Lásd még