BlaBla.cn

PHP: dbminsert - Manual

BlaBla.cn
dbmnextkey > <dbmfirstkey
Last updated: Wed, 19 Mar 2008

dbminsert

(PHP 4)

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

说明

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

Adds the value to the database with the specified key.

参数

dbm_identifier

The DBM link identifier, returned by dbmopen().

key

The added key

value

The added key value

返回值

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().)




dbmnextkey > <dbmfirstkey
Last updated: Wed, 19 Mar 2008
 
 
BlaBla.cn

© 2005-2008 BlaBla.cn 版权所有