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
उत्तर
function functionName(parameters) { function body }
shaalaa.com
PHP Function and Array
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
A function in PHP starts with ______.
______ stores more than one value of same data type in single array variable.
In PHP arrays are of ____ types.
Define Function in PHP.
Name any two predefined functions.
Write the Syntax to define Function in PHP.
What is function call?
Write the features of built-in Functions.
Differentiate user defined and system defined Functions.
Discuss in detail about User define Functions with a suitable example.