In PHP, a conversion from array to string will result in:

In PHP, a conversion from array to string will result in:

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.



Leave a Reply 0

Your email address will not be published. Required fields are marked *