html { padding:0px; margin:0px; } body { background-color: #e1ddd9; font-size: 12px; font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; color:#564b47; padding:0px 20px; margin:0px; } #content { float: left; width: 75%; background-color: #fff; margin:0px 0px 50px 0px; overflow: auto; } dbmexists

dbmexists

(PHP 3, PHP 4, PECL)

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

Opis

bool dbmexists ( resource dbm_identifier, string key )

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

Parametry

dbm_identifier

Identyfikator połączenia DBM, zwrócony przez dbmopen().

key

The key, as a string

Zwracane wartości

Zwraca TRUE w przypadku sukcesu, FALSE w przypadku porażki.

Patrz także

dbmfetch()