Need to parse XML,
I thought of using SimpleXML. The echo output object can get the value, but it becomes an object in the process of assigning it to an array unit, so I just want to convert all the parsed objects into JSON and then into Array. ,
Then there is no need for Simple, so everyone wants to know which one has less overhead, Documentation or SimpleXML.
I don’t know which method is faster, or if there is any faster way to convert objects into arrays.
Thank you.
Need to parse XML,
I thought of using SimpleXML. The echo output object can get the value, but it becomes an object during the process of assigning it to an array unit, so I just want to convert all the parsed objects into JSON and then into Array. ,
Then there is no need for Simple, so everyone wants to know which one has less overhead, Documentation or SimpleXML.
I don’t know which method is faster, or if there is any faster way to convert objects into arrays.
Thank you.