EncoderInterface
in
Tags
Table of Contents
Methods
- escape() : string
- Escape value for the SQL query
Methods
escape()
Escape value for the SQL query
public
escape(float|int|string|MydbExpressionInterface|null $unescaped[, string $quote = "'" ]) : string
Parameters
- $unescaped : float|int|string|MydbExpressionInterface|null
- $quote : string = "'"