php - "At sign" @ in SimpleXML object? -


this output of print_r() run on typical simplexmlelement object:

simplexmlelement object (     [@attributes] => array         (          ) ) 

what @ sign mean?

this simplexmlelement object. '@attributes' row internal representation of attributes xml element. use simplexml's functions data object rather interacting directly.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -