<?php $xmlFile = 'test.xml'; echo'<pre>'; print_r(xmlFileToArray($xmlFile)); echo'</pre>'; // {{{ toString() /** * This method converts a file ...
確定! 回上一頁