What is the correct way to create a function in PHP?

Options:
A) create myFunction()
B) function myFunction()
C) new myFunction()
D) static myFunction()
 
Answer : function myFunction()