Method Mysql.SqlTable()->remove()
- Method
remove
voidremove(mixedid)- Description
Removes the record matched by the primary key value in
id. Nothing happens if there is no such record.If the table has a multicolumn primary key then
idmust be an array which has the values for the primary key columns in the same order as pk_cols. Otherwiseidis taken directly as the value of the single primary key column.- See also