Skip to content

Kirby 4.2.0

$mysql->unquoteIdentifier()

Unquotes an identifier (table or column)

$mysql->unquoteIdentifier(string $identifier): string

Parameters

Name Type Default
$identifier * string

Return type

string

Parent class

Kirby\Database\Sql\Mysql inherited from Kirby\Database\Sql