Advertisements
Advertisements
Question
Define Function in PHP.
Short Note
Solution
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.
shaalaa.com
PHP Function and Array
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
A function in PHP starts with ______.
______ stores more than one value of same data type in single array variable.
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.
Write short note on predefined or built-in functions.
Explain Function concepts in PHP.
Discuss in detail about User define Functions with a suitable example.