/ Published in: PHP
Convert easily XML File or String to Associative Array in PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php // function to convert xml to php array function xml2Array($filename) { } // function callback $arr = xml2Array("Data.xml"); ?>
URL: http://www.kodingmadesimple.com/2015/11/how-to-convert-xml-file-to-array-in-php.html