Advertisements
Advertisements
प्रश्न
Define Function in PHP.
उत्तर
In most of the programming language, a block of the segment in a program that performs specific operation tasks (Insert, Execute, Delete, Calculate, etc.). This segment is also known as Function. A Function is a type of subroutine or procedure in a program.
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 User defined Function.
Name any two predefined functions.
Write the Syntax to define Function in PHP.
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.