Advertisements
Advertisements
Question
Write the Syntax to define Function in PHP.
Short/Brief Note
Advertisements
Solution
SYNTAX:
function functionName()
{
Custom Logic code to be executed;
}
shaalaa.com
Is there an error in this question or solution?
