Advertisements
Advertisements
प्रश्न
Write the Syntax to define Function in PHP.
टीपा लिहा
उत्तर
SYNTAX:
function functionName()
{
Custom Logic code to be executed;
}
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.
Define Function in PHP.
Define User defined Function.
Name any two predefined functions.
What is function call?
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.