Created
January 5, 2015 16:14
-
-
Save taleeb35/dc234d8e2fccbb83e128 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$obj = json_encode($task_list ,TRUE); | |
// $xml = $obj['task_list']['id']; | |
//var_dump($obj); | |
//foreach($obj as $doc) { | |
// $xml = simplexml_load_string($obj); | |
var_dump($xml); | |
// } | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment