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
1, 2 and 3
All of the mentioned

ANSWER DOWNLOAD EXAMIANS APP

Basic PHP
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?

When the parameter is being declared as passed by reference
When the function contains only one parameter
When the function is being declared as a member of a class
When the parameter is Boolean
Never

ANSWER DOWNLOAD EXAMIANS APP