★ wanayoo — archive 1999 http://www.php.net/manual/function.dbminsert.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to DBM
Quick Reference
DBM
* dbmopen
* dbmclose
* dbmexists
* dbmfetch
* dbminsert
* dbmreplace
* dbmdelete
* dbmfirstkey
* dbmnextkey
* dblist
Manual: dbminsert
View the source code for this pageSearch the site



Previous page
 dbmfetch
dbmreplace 
Next page


dbminsert

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

Description

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

Adds the value to the database with the specified key.

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


 About Notes


Previous page
 dbmfetch
dbmreplace 
Next page



Site Statistics


Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.