★ wanayoo — archive 1999 http://fr.php.net/manual/nl/function.dbminsert.phpNouvelle recherche | Portail wanayoo
PHP Sunday, March 11, 2001  
downloads | documentation | faq | support | reporting bugs | links 

search for in the  

lookup:
PHP HandleidingPHP Handleiding
DBMDBM
 dbmopendbmopen
 dbmclosedbmclose
 dbmexistsdbmexists
 dbmfetchdbmfetch
 dbminsertdbminsert
 dbmreplacedbmreplace
 dbmdeletedbmdelete
 dbmfirstkeydbmfirstkey
 dbmnextkeydbmnextkey
 dblistdblist

previousdbmfetch
dbmreplacenext

Last updated: Fri, 02 Mar 2001
view this page in English | Brazilian Portuguese | Dutch | French | German | Hungarian | Italian | Japanese | Korean | Spanish | Plain HTML

dbminsert

(PHP 3, PHP 4 )

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

previousdbmfetch
dbmreplacenext

Last updated: Fri, 02 Mar 2001
add note | about notes

show source | credits | mirror sites:  

Copyright © 1998-2001 The PHP Group
All rights reserved.
This mirror generously provided by: L'Université Michel de Montaigne Bordeaux III
Last updated: Sun Mar 11 09:30:56 2001 MET