PHP: Hypertext Preprocessor (original) (raw)

dbase_delete_record

(PHP 5 < 5.3.0, dbase 5, dbase 7)

dbase_delete_record — Deletes a record from a database

Description

Marks the given record to be deleted from the database.

Note:

To actually remove the record from the database, you must also calldbase_pack().

Return Values

Returns [true](reserved.constants.php#constant.true) on success or [false](reserved.constants.php#constant.false) on failure.

Changelog

Version Description
PECL dbase 7.0.0 database is now a resource instead of an int.

See Also

Found A Problem?

There are no user contributed notes for this page.