Q30
What will be the output of the following PHP code?
A.
1
B.
0
AnswerC.
3
D.
4
Answer: Option B
Solution
Answer: Option B
Solution:
The defined() function checks whether a constant exists.
Functions
Programming · PHP · question 30
Q30
Answer: Option B