quoteIdentifier()
quoteIdentifier(string $identifier) : string
Quotes a database identifier (a column name, table name, etc.
.) to be used safely in queries without the risk of using reserved words
Parameters
string | $identifier | The identifier to quote. |