nerdexam
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)
  • A
    6% (3)
  • B
    13% (7)
  • C
    2% (1)
  • D
    76% (41)
  • E
    4% (2)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice