Curl return xml as array

Sebi77

New Member
I have a curl procedure in php which returns xml or JSON from Google Places API.I understand Google Places requires that request is returned in XML or JSON.I wonder if curl can translate this into an array for me?I would prefer greatly not to do it myself.
 
Back
Top