Advertisements
Advertisements
प्रश्न
Differentiate user defined and system defined Functions.
फरक स्पष्ट करा
उत्तर
User-defined Functions. | System define Functions |
User-Defined Functions are the functions which are created by user as per his own requirements. | System define Functions are Predefined functions. |
In User Defined Functions, name of function can be changed any time | In System Defined Functions, Name of function can’t be changed |
In User Defined Functions, the name of function id decided by user | In System Defined Functions, it is given by developers. |
shaalaa.com
PHP Function and Array
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
Which one of the following is the right way of defining a function in PHP?
______ stores more than one value of same data type in single array variable.
In PHP arrays are of ____ types.
Define Function in PHP.
Define User defined Function.
Write the Syntax to define Function in PHP.
What is function call?
Write the features of built-in Functions.
Write short note on predefined or built-in functions.
Explain Function concepts in PHP.