Skip to content

Instantly share code, notes, and snippets.

@mikeselander
Created June 5, 2014 18:11
Show Gist options
  • Save mikeselander/ceb855d5431719529497 to your computer and use it in GitHub Desktop.
Save mikeselander/ceb855d5431719529497 to your computer and use it in GitHub Desktop.
Convert object from json into xml
$obj = json_decode($save);
$xml = $xmls->serialize($obj);
file_put_contents($file, $xml);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment