Question:What is the correct way to create a function in PHP?
A function myFunction() B new_function myFunction() C create myFunction()
+ AnswerA
+ Report