Source Code:
(back to article)
<?php $xml = new SimpleXMLElement('<book isbn="123456789"><title>PHP Basics</title></book>'); echo $xml['isbn'];
Result:
Report an issue