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.
array_to_xml
xml_to_array
1 parent 572e5c4 commit 1b5d4a1Copy full SHA for 1b5d4a1
README.md
@@ -371,14 +371,14 @@ $array = [
371
'Good guy' => [
372
'name' => 'Luke Skywalker',
373
'weapon' => 'Lightsaber',
374
- '_attributes' => [
+ '@attributes' => [
375
'Rating' => '100',
376
],
377
378
'Bad guy' => [
379
'name' => 'Sauron',
380
'weapon' => 'Evil Eye',
381
382
'Rating' => '90',
383
384
]
0 commit comments