Forum und email

dbmexists

(PHP 4)

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

Descrierea

bool dbmexists ( resource $dbm_identifier , string $key )

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

Parametri

dbm_identifier

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

key

The key, as a string

Valorile întroarse

Întoarce valoarea TRUE în cazul succesului sau FALSE în cazul eşecului.

Vedeţi de asemenea