What is the function of backtick (`) characters in PHP?
Same as single-quotes, used to enclose strings.
Escape operators.
No special meaning.
Execute the enclosed string as a command.
Error control operators.
Submit