National_Instruments
200-500 · Question #19
What is the function of backtick (`) characters in PHP?
The correct answer is D. Execute the enclosed string as a command. See the full explanation below for the reasoning.
Question
What is the function of backtick (`) characters in PHP?
Options
- ASame as single-quotes, used to enclose strings.
- BEscape operators.
- CNo special meaning.
- DExecute the enclosed string as a command.
- EError control operators.
How the community answered
(62 responses)- A5% (3)
- B2% (1)
- C8% (5)
- D84% (52)
- E2% (1)
Community Discussion
No community discussion yet for this question.