We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
xml_to_array
1 parent 2f3ead8 commit 94238cfCopy full SHA for 94238cf
README.md
@@ -340,18 +340,18 @@ $array = xml_to_array('<?xml version="1.0"?>
340
341
// [
342
// "Good_guy" => [
343
+// "name" => "Luke Skywalker",
344
+// "weapon" => "Lightsaber",
345
// "@attributes" => [
346
// "Rating" => "100",
347
// ],
-// "name" => "Luke Skywalker",
-// "weapon" => "Lightsaber",
348
349
// "Bad_guy" => [
350
+// "name" => "Sauron",
351
+// "weapon" => "Evil Eye",
352
353
// "Rating" => "90",
354
-// "name" => "Sauron",
-// "weapon" => "Evil Eye",
355
356
// ]
357
```
0 commit comments