Q. How to define a function in PHP?
β
Correct Answer: (C)
function functionName(parameters) {function body}
You must be Logged in to update hint/solution