Sail E0 Webinar
Question
Which one of the following is the right way of defining a function in PHP?
Options:
A .  function { function body }
B .  data type functionName(parameters) { function body }
C .  functionName(parameters) { function body }
D .  function fumctionName(parameters) { function body }
Answer: Option D


function fumctionName(parameters) { function body }



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers