What is the valid way to start a PHP function?

Select one:

  • a. function test{}
  • b. function test[]
  • c. def function test{}
  • d. function test()

The correct answer is: function test()

Related Posts

0 Comments

12345

    00