nerdexam
Zend

200-530 · Question #74

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

(37 responses)
  • A
    70% (26)
  • B
    16% (6)
  • C
    5% (2)
  • E
    8% (3)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice