PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

dba_fetch> <dba_delete
Last updated: Fri, 05 Sep 2008

view this page in

dba_exists

(PHP 4, PHP 5)

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

説明

bool dba_exists ( string $key , resource $handle )

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

パラメータ

key

確認を行うキー。

handle

dba_open() あるいは dba_popen() によって返されたデータベースハンドル。

返り値

キーが存在する場合に TRUE 、それ以外の場合に FALSE を返します。



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

dba_fetch> <dba_delete
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites