【发布时间】:2017-04-04 06:00:50
【问题描述】:
object(stdClass)#19 (2) {
["status"] =>
string(7) "success"
["data"] =>
object(stdClass)#14 (6) {
["network"] =>
string(3) "BTC"
["txid"] =>
string(64) "128830010b4773bb9a88f9c53b67217f37caa092bfd477a81a2f41d6ea804e53"
["amount_withdrawn"] =>
string(10) "0.00087298"
["amount_sent"] =>
string(10) "0.00050000"
["network_fee"] =>
string(10) "0.00037298"
["blockio_fee"] =>
string(10) "0.00000000"
}
}
我有这个数组,但我很难找出如何从中获取数据,例如 txid,我不确定它是 json 还是.. 帮助将不胜感激
【问题讨论】:
-
它是一个对象,而不是一个数组。所以使用 $object->data->txid