Basic PHP
If you echo a Boolean variable, the value FALSE displays as a .... and the value TRUE echoes as a .....

empty variable, 1
blank string, 2
blank string, 1
0, 1

ANSWER DOWNLOAD EXAMIANS APP

Basic PHP
strval()

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

ANSWER DOWNLOAD EXAMIANS APP