Get XML Attribute with SimpleXML

后端 未结 3 1352
予麋鹿
予麋鹿 2020-12-20 06:23

I\'m trying to get the $xml->entry->yt:statistics->attributes()->viewCount attribute, and I\'ve tried some stuff with SimpleXML, and I can\'t really

3条回答
  •  北荒
    北荒 (楼主)
    2020-12-20 07:13

    I would use the gdata component from the zend framework. Is also available as a separate module, so you don't need to use the whole zend.

提交回复
热议问题