当前位置:Gxlcms > PHP教程 > 阿里大鱼simplexmlelementobject取值PHP

阿里大鱼simplexmlelementobject取值PHP

时间:2021-07-01 10:21:17 帮助过:6人阅读

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,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

人气教程排行