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

A.
Use theget_magic_quotes() function.
B.
Using theget_magic_quotes_runtime() function.
C.
Use theget_magic_quotes_gpc() function.
D.
Usingini_get(‘magic_quotes_gpc’).
E.
Usingini_get(‘magic_quotes’).