$sqlite->unquoteIdentifier()
Unquotes an identifier (table or column)
$sqlite->unquoteIdentifier(string $identifier): string
Parameters
| Name | Type | Default |
|---|---|---|
| $identifier * | string |
– |
Return type
string
Parent class
Kirby\Database\Sql\Sqlite inherited from Kirby\Database\Sql