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;
}