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

PHP Home Page

Manual Table of Contents
Up to dba
Quick Reference
German version of this pageJapanese version of this pageItalian version of this pageFrench version of this pageHungarian version of this page
dba
* dba_close
* dba_delete
* dba_exists
* dba_fetch
* dba_firstkey
* dba_insert
* dba_nextkey
* dba_popen
* dba_open
* dba_optimize
* dba_replace
* dba_sync
Manual: dba_insert
View the source code for this pageSearch the site



Previous page
 dba_firstkey
 Updated
Sat, 12 Aug 2000
dba_nextkey 
Next page


dba_insert

(PHP3 >= 3.0.8, PHP4 >= 4.0b2)

dba_insert -- Insert entry

Description

bool dba_insert (string key, string value, int handle)

dba_insert() inserts the entry described with key and value into the database specified by handle. It fails, if an entry with the same key already exists.

key is the key of the entry to be inserted.

value is the value to be inserted.

handle is a database handle returned by dba_open().

dba_insert() returns true or false, depending on whether it succeeds of fails, respectively.

See also: dba_exists() dba_delete() dba_fetch() dba_replace()


 About Notes


Previous page
 dba_firstkey
 Updated
Sat, 12 Aug 2000
dba_nextkey 
Next page





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.