in compatibility mode
example:
echo backquoteCompat('owners db'); // owners db
public static backquoteCompat ( mixed $a_name, string $compatibility = 'MSSQL', boolean $do_it = true ) : mixed | ||
$a_name | mixed | the database, table or field name to "backquote" or array of it |
$compatibility | string | string compatibility mode (used by dump functions) |
$do_it | boolean | a flag to bypass this function (used by dump functions) |
리턴 | mixed | the "backquoted" database, table or field name |