Advertisements
Advertisements
प्रश्न
What is function call?
टीपा लिहा
उत्तर
Once a function is defined it is execulied by a function call. The programmer has to give a functions Call inside the respective program.
SYNTAX:
functionName();
shaalaa.com
PHP Function and Array
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
Which one of the following is the right way of defining a function in PHP?
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.
Define User defined Function.
Name any two predefined functions.
Write the features of built-in Functions.
Explain Function concepts in PHP.
Discuss in detail about User define Functions with a suitable example.