$sql->where()
$sql->where(array|string|null $where, array $bindings = [ ]): array
Parameters
Name | Type | Default |
---|---|---|
$where | array orstring ornull |
no default value |
$bindings | array |
[ ]
|
Return type
array