nerdexam
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)
  • A
    5% (3)
  • B
    2% (1)
  • C
    8% (5)
  • D
    84% (52)
  • E
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 200-500 Practice