Basic PHP
Which of the following PHP statements will output Hello World on the screen?
1. echo (“Hello World”);
2. print (“Hello World”);
3. printf (“Hello World”);
4. sprintf (“Hello World”);

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

ANSWER DOWNLOAD EXAMIANS APP

Basic PHP
strval()

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

ANSWER DOWNLOAD EXAMIANS APP