Zend
200-530 · Question #247
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
(54 responses)- A6% (3)
- B13% (7)
- C2% (1)
- D76% (41)
- E4% (2)
Community Discussion
No community discussion yet for this question.