Advertisements
Advertisements
Question
Name any two predefined functions.
Short Note
Solution
- Build in Mathematical functions:
- pi()
- rand()
- round()
- sqrt()
- Build in String functions:
- strlen()
- strrev()
shaalaa.com
PHP Function and Array
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
A function in PHP starts with ______.
______ stores more than one value of same data type in single array variable.
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.
Discuss in detail about User define Functions with a suitable example.