Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: dba_exists - Manual
[go: Go Back, main page]

PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<dba_deletedba_fetch" width="11" height="7"/>
view the version of this page
Last updated: Thu, 26 May 2005

dba_exists

(PHP 3 >= 3.0.8, PHP 4, PHP 5)

dba_exists -- キーが存在するかどうかを確認する

説明

bool dba_exists ( string key, int handle )

dba_exists()handle が指すデータベースに指定した keyが存在するかどうかを確認します。

keyは確認を行うキーです。

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

dba_exists()はキーがある場合にTRUE,見つからな い場合にFALSEを返します。

dba_fetch()dba_delete()dba_insert()dba_replace() も参照ください。



add a note add a note User Contributed Notes
dba_exists
There are no user contributed notes for this page.

<dba_deletedba_fetch" width="11" height="7"/>
 Last updated: Thu, 26 May 2005
show source | credits | sitemap | contact | advertising | mirror sites 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This mirror generously provided by: PacketBusiness, Inc.
Last updated: Wed Nov 2 00:25:18 2005 JST