PHP SimpleXML + Get Attribute

前端 未结 7 1329
猫巷女王i
猫巷女王i 2020-12-01 18:32

The XML I am reading looks like this:



    The Big Bang Theory
    http://www.tvrage.com/The_Bi         


        
7条回答
  •  时光取名叫无心
    2020-12-01 18:48

    After you have correctly load the xml file using the SimpleXML objecto you can do a print_r($xml_variable) and you can easily find which attributes you can access. As other users said $xml['id'] also worked for me.

提交回复
热议问题