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

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

ANSWER DOWNLOAD EXAMIANS APP