Method Mysql.SqlTable()->remove_multi()
- Method remove_multi
voidremove_multi(array(mixed)ids)- Description
Removes multiple records selected by primary key values. It is not an error if some of the
idselements don't match any records.This function currently only works if the primary key is a single column.
- See also