Skip to content

Kirby 4.3.0

$sql->unquoteIdentifier()

Unquotes an identifier (table or column)

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

Parameters

Name Type Default
$identifier * string

Return type

string

Parent class

Kirby\Database\Sql