nerdexam
Zend

200-550 · Question #132

How can you determine if magic_quotes_gpc is enabled? (Choose 2)

The correct answer is A. Use the get_magic_quotes() function. D. Using ini_get('magic_quotes_gpc'). See the full explanation below for the reasoning.

Question

How can you determine if magic_quotes_gpc is enabled? (Choose 2)

Options

  • AUse the get_magic_quotes() function.
  • BUsing the get_magic_quotes_runtime() function.
  • CUse the get_magic_quotes_gpc() function.
  • DUsing ini_get('magic_quotes_gpc').
  • EUsing ini_get('magic_quotes').

How the community answered

(45 responses)
  • A
    82% (37)
  • B
    2% (1)
  • C
    7% (3)
  • E
    9% (4)

Community Discussion

No community discussion yet for this question.

Full 200-550 Practice