Advertisements
Advertisements
Question
Define User defined Function.
Definition
Solution
- User Defined Function (UDF) in PHP gives a privilege to user to write their own specific operation inside of the existing program module.
- A user-defined function declaration begins with the keyword “function”.
- User can write any custom logic inside the function block.
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.
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.
Explain Function concepts in PHP.