PHP3 Manual
PrevNext

dbminsert

dbminsert -- inserts a value for a key in a dbm database

Description

bool dbminsert(int dbm_identifier, string key, string value);

Adds the value to the database with the specified key.

Returns false if the specified key already exists. (To replace the value, use dbmreplace().)


PrevHomeNext
dbmfetchUpdbmreplace