delete

delete

Name

delete -- delete a row from a table

Synopsis

delete(table, [a])

Parameters

table

Name of table.

[a]

A dictionary of values.

Return Type

none

Description

This method deletes the row from a table. It deletes based on the OID as munged as described above.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.