我一直在玩弄比特币 API,最后让它与我本地的 bitcoind 服务器交互。
现在下面的代码:
$bitcoin->listreceivedbyaccount();
打印以下内容:
Array
(
[0] => Array
(
[account] => root213
[amount] => 1
[confirmations] => 3
)
)
例如,我如何打印或使用 [account] 或 [amount]?
如果有人能帮助我或至少将我推向正确的方向,我将不胜感激,因为我此刻感到迷茫。
提前致谢。