Query: dbase_delete_record
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DBASE_DELETE_RECORD(3) 1 DBASE_DELETE_RECORD(3) dbase_delete_record - Deletes a record from a databaseSYNOPSISbool dbase_delete_record (int $dbase_identifier, int $record_number)DESCRIPTIONMarks 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).PARAMETERSo $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 VALUESReturns TRUE on success or FALSE on failure.SEE ALSOdbase_add_record(3), dbase_replace_record(3). PHP Documentation Group DBASE_DELETE_RECORD(3)
Related Man Pages |
---|
px_retrieve_record(3) - php |
mssql_select_db(3) - php |
fbsql_create_db(3) - php |
ingres_commit(3) - php |
pg_lo_unlink(3) - php |
Similar Topics in the Unix Linux Community |
---|
User Guide: Posting in the Emergency Forum |
New Code Tags (Syntax Highlighting) |
Please Welcome Don Cragun as Lead Moderator |
Please Welcome Nicki Paul to the Moderator Team! |