$query->delete()
Fires a delete query
$query->delete(mixed $where = null): bool
Parameters
Name | Type | Default | Description |
---|---|---|---|
$where | mixed |
null |
You can pass a where clause here or set it with ->where() before |
Return type
bool