Vidyalelo
PHP · Q19

Basic PHP

Programming · PHP · question 19

Q19

What will be the output of the following PHP code?

A.
get
B.
true
C.
false
D.
clueget
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
.= is a concatenation-assignment. $a equals its current value concatenated with “get”.