Delete an item
public delete ( string $table, array $where, array $where_format = null ) : array | boolean | mixed | null | void | ||
$table | string | Table name |
$where | array | A named array of WHERE clauses (in column => value pairs). Multiple clauses will be joined with ANDs. Both $where columns and $where values should be "raw". |
$where_format | array | (optional) An array of formats to be mapped to each of the values in $where. |
return | array | boolean | mixed | null | void |