Junior PHP Developer Question:
Explain what does the function get_magic_quotes_gpc() means?
Answer:
The function get_magic_quotes_gpc() tells us whether the magic quotes is switched on or no.
Previous Question | Next Question |
Do you know what’s the difference between __sleep and __wakeup? | Tell me what is the main difference between require() and require_once()? |