Basic PHP
Which of the following php statement/statements will store 111 in variable num?
1. int $num = 111;
2. int mum = 111;
3. $num = 111;
4. 111 = $num;

All of the mentioned
Only 3
Both 1 and 2
Only 1

ANSWER DOWNLOAD EXAMIANS APP

Basic PHP
strval()

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

ANSWER DOWNLOAD EXAMIANS APP