Basic PHP
Which of the looping statements is/are supported by PHP?
1. for loop
2. while loop
3. do-while loop
4. foreach loop

All of the mentioned
None of the mentioned
1 and 2
1, 2 and 3

ANSWER DOWNLOAD EXAMIANS APP

Basic PHP
strval()

Accepts a value and converts it into a string array
Accepts a value and converts it into string equivalent
Accepts a value and converts it into an string dictionary
None of above

ANSWER DOWNLOAD EXAMIANS APP