You can also access the node as an array to get attributes: <?php $xml = simplexml_load_file('file.xml'); echo 'Attribute: ' . $xml['attribute'];
確定! 回上一頁