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

search for in the

dbase_get_header_info> <dbase_create
Last updated: Fri, 29 Aug 2008

view this page in

dbase_delete_record

(PHP 4, PHP 5)

dbase_delete_recordデータベースからレコードを削除する

説明

bool dbase_delete_record ( int $dbase_identifier , int $record_number )

データベースから削除したいレコードをマークします。

注意: 実際にデータベースからレコードを削除するには、 dbase_pack() もコールする必要があります。

パラメータ

dbase_identifier

データベースのリンク ID 。dbase_open() あるいは dbase_create() によって返されます。

record_number

1 からデータベース内のレコード数 (dbase_numrecords() が返す) までの範囲の整数値。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。



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

dbase_get_header_info> <dbase_create
Last updated: Fri, 29 Aug 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites