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

PHP Home Page

Manual Table of Contents
Up to dba
Quick Reference
English version of this pageGerman 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_replace
View the source code for this pageSearch the site



Previous page
 dba_optimize
 Updated
Sat, 12 Aug 2000
dba_sync 
Next page


dba_replace

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

dba_replace -- エントリを置換または挿入する

説明

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

dba_replace() は、handleで 指定したデータベースにkey および valueで記述されるエントリを置換または挿入 します。

keyは挿入するエントリのキーです。

value は挿入する値です。

handle は、dba_open()により 返されたデータベースハンドルです。

dba_replace()は成功した場合にtrue,失敗した場合に falseを返します。

dba_exists() dba_delete() dba_fetch() dba_insert() も参照下さい。


 About Notes


Previous page
 dba_optimize
 Updated
Sat, 12 Aug 2000
dba_sync 
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.