Vidyalelo
PHP · Q53

Arrays

Programming · PHP · question 53

Q53

What array will you get if you convert an object to an array?

A.
An array with properties of that object as the array's elements
Answer
B.
An array with properties of that array as the object's elements
C.
An array with properties of that object as the Key elements
D.
An array with keys of that object as the array's elements

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board