首页 > Web开发 > 详细

阿里大鱼simplexmlelement object 取值PHP

时间:2016-03-13 17:44:52      阅读:209      评论:0      收藏:0      [点我收藏+]

SimpleXMLElement Object
(
    [code] => 15
    [msg] => Remote service error
    [sub_code] => isv.MOBILE_NUMBER_ILLEGAL
    [sub_msg] => 号码格式错误
    [request_id] => zqbnzcj7btxy
)

$result=$obj->sub_msg;

 

结果:号码格式错误


 

SimpleXMLElement Object
(
    [result] => SimpleXMLElement Object
        (
            [err_code] => 0
            [model] => 100863158072^1101308124312
            [success] => true
        )

    [request_id] => 101yy013xxd
)

$result=$obj->result->success;

 

结果:true

阿里大鱼simplexmlelement object 取值PHP

原文:http://www.cnblogs.com/wf6cn/p/5272485.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!