【发布时间】:2015-08-09 09:49:37
【问题描述】:
如何访问下面的stdclass,并且echo Transaction ID已经被使用了。
object(stdClass)#2 (1) {
["SendBulkSMS_PHPResult"]=>
object(stdClass)#3 (1) {
["string"]=>
array(3) {
[0]=>
string(1) "0"
[1]=>
string(37) "Transaction ID has already been used."
[2]=>
NULL
}
}
}
【问题讨论】: