Basic PHP
Which of the following is/are a PHP code editor?
1. Notepad
2. Notepad++
3. Adobe Dreamweaver
4. PDT

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

ANSWER DOWNLOAD EXAMIANS APP

Basic PHP
How does the identity operator === compare two values?

It converts both values to strings and compares them
It bases its comparison on the C strcmp function exclusively
It converts them to a common compatible data type and then compares the resulting values
If the two values are strings, it performs a lexical comparison
It returns True only if they are both of the same type and value

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 an string dictionary
Accepts a value and converts it into a string array

ANSWER DOWNLOAD EXAMIANS APP