Advertisements
Advertisements
प्रश्न
Write short note on predefined or built-in functions.
टिप्पणी लिखिए
उत्तर
A function is already created by system it is a reusable piece or block of code that performs a specific action. Functions can either returns values when called or can simply perform an operation without returning any value.
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.
Name any two predefined functions.
Write the Syntax to define Function in PHP.
What is function call?
Write the features of built-in Functions.
Discuss in detail about User define Functions with a suitable example.