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)- A70% (26)
- B16% (6)
- C5% (2)
- E8% (3)
Community Discussion
No community discussion yet for this question.