News

Converting SOAP response to Array in php. Dealing with a SOAP client response for a flight booking application or any other, This is how we get response from SOAP below: ...
I needed a simple way to convert csv formatted string to an array to display it in a table component. Some examples on how to use this library.
Convert XML to array is very common functionality in PHP while working with web services.We are normally using XML type data for request and response between server and client communication.I am ...