Skip to content

Instantly share code, notes, and snippets.

@icetee
Created April 28, 2017 08:36
Show Gist options
  • Save icetee/988416ebc498731cf400039dceb52265 to your computer and use it in GitHub Desktop.
Save icetee/988416ebc498731cf400039dceb52265 to your computer and use it in GitHub Desktop.
$xml = simplexml_load_string($xml_string);
$json = json_encode($xml);
$array = json_decode($json,TRUE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment