Only objects can be obtained in XML, and node values cannot be obtained.

Source: Internet
Author: User
Only objects can be obtained in XML, and node values cannot be obtained.
Input data: $ xml = SimpleXMLElement Object ([URL] => http://test.net/index.php? M = home & c = index & a = test [ToUserName] => touser [FromUserName] => fromuser [CreateTime] => 20160129 [MsgType] => text [Content] => test_message [MsgId] => 01) $ t = $ xml-> FromUserName; print_r ($ t); the result is: SimpleXMLElement Object ([0] => fromuser) cannot get the value. There is no solution for help.


Reply to discussion (solution)

Json is used now, and xml is not used.

Isn't fromuser a value? What else do you want

Isn't fromuser a value? What else do you want


The $ t value is SimpleXMLElement Object, not fromuser.

Json is used now, and xml is not used.


The interaction between public accounts is xml.

Isn't fromuser a value? What else do you want


If I want to obtain the fromuser value, what should I do?

What value do you want to obtain?

What value do you want to obtain?


String type fromuser

Print_r ($ t [0]); try this way

Print_r ($ t [0]); try this way


The value is obtained! Thank you very much!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.