Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts

How to convert an object in to an array in PHP?

It felt like a big deal to me few months ago until I personally came across a situation like this.
In my mind I thought turning an object in to an array required sort of looping or some sort of tricky codes involved.

But when I did a little research I found out its not a big deal at all!

Only a single line of code dose the whole job!