Q30
What will be the output of the following PHP code ?
A.
hellolength
AnswerB.
5
C.
hi
D.
error
Answer: Option A
Solution
Answer: Option A
Solution:
The . operator appends a string and returns true.
Control Structures(Loop In PHP)
Programming · PHP · question 30
Q30
Answer: Option A