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

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

ANSWER DOWNLOAD EXAMIANS APP

Basic PHP
strval()

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

ANSWER DOWNLOAD EXAMIANS APP