Advertisements
Advertisements
प्रश्न
Define User defined Function.
व्याख्या
उत्तर
- 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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
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.
Define Function in PHP.
Name any two predefined functions.
Write the Syntax to define Function in PHP.
Write the features of built-in Functions.
Differentiate user defined and system defined Functions.
Explain Function concepts in PHP.
Discuss in detail about User define Functions with a suitable example.