Advertisements
Advertisements
प्रश्न
Name any two predefined functions.
टिप्पणी लिखिए
उत्तर
- Build in Mathematical functions:
- pi()
- rand()
- round()
- sqrt()
- Build in String functions:
- strlen()
- strrev()
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.
In PHP arrays are of ____ types.
Define Function in PHP.
Define User defined Function.
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.