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
Post a Comment