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.
1 parent 7b008bf commit 21249c9Copy full SHA for 21249c9
README.md
@@ -6,8 +6,6 @@ Array2XML conversion library credit to lalit.org
6
Usage
7
----
8
```php
9
-ld('array2xml');
10
-
11
//create XML
12
$xml = Array2XML::createXML('root_node_name', $php_array);
13
echo $xml->saveXML();
0 commit comments