Advertisements
Advertisements
प्रश्न
Write the Syntax to define Function in PHP.
टीपा लिहा
Advertisements
उत्तर
SYNTAX:
function functionName()
{
Custom Logic code to be executed;
}
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
Write the Syntax to define Function in PHP.
SYNTAX:
function functionName()
{
Custom Logic code to be executed;
}