What is the correct way to create a function in PHP?
Select one:
- a. new_function myFunction()
- b. function myFunction()
- c. create myFunction()
- d. create myFunction(function)
The correct answer is: b. function myFunction()
Select one:
The correct answer is: b. function myFunction()