Advertisements
Advertisements
Question
What is function call?
Short Note
Solution
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
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
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.
Define Function in PHP.
Define User defined Function.
Name any two predefined functions.
Write the features of built-in Functions.
Differentiate user defined and system defined Functions.
Write short note on predefined or built-in functions.
Discuss in detail about User define Functions with a suitable example.