码迷,mamicode.com
首页 > Web开发 > 详细

阿里大鱼simplexmlelement object 取值PHP

时间:2016-03-13 17:47:47      阅读:221      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!