Blog Desk       February 10, 2020      216

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

  1. create myFunction()
  2. new_function myFunction()
  3. function myFunction()

The Right Answer is : Option C

Explanation