nerdexam
National_Instruments

200-500 · Question #59

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

(58 responses)
  • A
    72% (42)
  • B
    5% (3)
  • C
    7% (4)
  • E
    16% (9)

Community Discussion

No community discussion yet for this question.

Full 200-500 Practice