Accessing @attribute from SimpleXML

前端 未结 8 1265
后悔当初
后悔当初 2020-11-22 00:33

I am having a problem accessing the @attribute section of my SimpleXML object. When I var_dump the entire object, I get the correct output, and wh

8条回答
  •  北海茫月
    2020-11-22 01:14

    Unfortunately I have a unique build (stuck with Gentoo for the moment) of PHP 5.5, and what I found was that

     $xml->tagName['attribute']
    

    was the only solution that worked. I tried all of Bora's methods above, including the 'Right & Quick' format, and they all failed.

    The fact that this is the easiest format is a plus, but didn't enjoy thinking I was insane trying all of the formats others were saying worked.

    Njoy for what its worth (did I mention unique build?).

提交回复
热议问题