PHP Functions
Which one of the following is the right way of defining a function in PHP?

functionName(parameters) { function body }
function fumctionName(parameters) { function body }
function { function body }
data type functionName(parameters) { function body }

ANSWER DOWNLOAD EXAMIANS APP