Forum und email

dbminsert

(PHP 4)

dbminsert — Inserts a value for a key in a DBM database

Descrierea

int dbminsert ( resource $dbm_identifier , string $key , string $value )

Adds the value to the database with the specified key.

Parametri

dbm_identifier

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

key

The added key

value

The added key value

Valorile întroarse

Returns -1 if the database was opened read-only, 0 if the insert was successful, and 1 if the specified key already exists. (To replace the value, use dbmreplace().)

Vedeţi de asemenea