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()

Related Posts

0 Comments

12345

    00