Basic PHP
What does PHP stand for?
1. Personal Home Page
2. Hypertext Preprocessor
3. Pretext Hypertext Processor
4. Preprocessor Home Page

Both 2 and 4
Both 1 and 3
Both 1 and 2
Only 2

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 function is being declared as a member of a class
When the parameter is Boolean
When the parameter is being declared as passed by reference
Never
When the function contains only one parameter

ANSWER DOWNLOAD EXAMIANS APP