Q. Which is the correct syntax of define() function in PHP?
β
Correct Answer: (C)
define(constant_name, value, case-insensitive)
You must be Logged in to update hint/solution