Q19
What will be the output of the following PHP code?
A.
get
B.
true
C.
false
D.
clueget
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
.= is a concatenation-assignment. $a equals its current value concatenated with “get”.