Briefing Zend Knowledge

What is the function of backtick (`) characters in PHP?

What is the function of backtick (`) characters in PHP?

A.
Same as single-quotes, used to enclose strings.

B.
Escape operators.

C.
No special meaning.

D.
Execute the enclosed string as a command.

E.
Error control operators.