public string escapeIdentifier (string $identifier)
Escapes a column/table/schema name
1 2 | $escapedTable = $connection ->escapeIdentifier( 'robots' ); $escapedTable = $connection ->escapeIdentifier([ 'store' , 'robots' ]); |
public string escapeIdentifier (string $identifier)
Escapes a column/table/schema name
1 2 | $escapedTable = $connection ->escapeIdentifier( 'robots' ); $escapedTable = $connection ->escapeIdentifier([ 'store' , 'robots' ]); |
Designed by : w10schools
service@w10schools.com
Please login to continue.