Advertisements
Advertisements
प्रश्न
Which one of the following is the right way of defining a function in PHP?
विकल्प
function { function body }
data type functionName(parameters) { function body }
functionName(parameters) { function body }
function functionName(parameters) { function body }
MCQ
Advertisements
उत्तर
function functionName(parameters) { function body }
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
