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
संबंधित प्रश्न
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.
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.
Discuss in detail about User define Functions with a suitable example.