Showing posts with label Programming. Show all posts
Showing posts with label Programming. 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!
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!
How to convert XML into an associative array in PHP?
The other day I wanted to convert an XML document into an associative array for a specific task.
I knew I could get relevant information using XPath and few lines of code tweaks as well.
But still I was looking for a different but easy way of doing it.
So I went to Google and typed in 'How to convert XML into an associative array?' in the text box and pressed 'Search'.
I knew I could get relevant information using XPath and few lines of code tweaks as well.
But still I was looking for a different but easy way of doing it.
So I went to Google and typed in 'How to convert XML into an associative array?' in the text box and pressed 'Search'.
Subscribe to:
Posts (Atom)


