dbase_delete_record(3) php man page | unix.com

Man Page: dbase_delete_record

Operating Environment: php

Section: 3

DBASE_DELETE_RECORD(3)							 1						    DBASE_DELETE_RECORD(3)

dbase_delete_record - Deletes a record from a database

SYNOPSIS
bool dbase_delete_record (int $dbase_identifier, int $record_number)
DESCRIPTION
Marks the given record to be deleted from the database. Note To actually remove the record from the database, you must also call dbase_pack(3).
PARAMETERS
o $dbase_identifier - The database link identifier, returned by dbase_open(3) or dbase_create(3). o $record_number - An integer which spans from 1 to the number of records in the database (as returned by dbase_numrecords(3)).
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
dbase_add_record(3), dbase_replace_record(3). PHP Documentation Group DBASE_DELETE_RECORD(3)
Related Man Pages
fbsql_select_db(3) - php
dbase_get_header_info(3) - php
pg_lo_unlink(3) - php
px_get_record(3) - php
px_set_blob_file(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Denial Of Service Attack Update