Table expression and columns are not escaped and are not safe for user-input.
public delete ( string $tableExpression, array $identifier, array $types = [] ) : integer | ||
$tableExpression | string | The expression of the table on which to delete. |
$identifier | array | The deletion criteria. An associative array containing column-value pairs. |
$types | array | The types of identifiers. |
리턴 | integer | The number of affected rows. |