In PHP, a conversion from array to string will result in:
A.
Array
B.
Object
C.
String
D.
Char
E.
Int
Explanation:
When casting or forcing a conversion from array to string, the result will be the word Array. When
casting or forcing a conversion from object to string, the result will be the word Object.