【发布时间】:2011-04-04 07:36:56
【问题描述】:
我有,
Hypertable_ThriftGen_HqlResult Object
(
[results] =>
[cells] => Array
(
[0] => Hypertable_ThriftGen_Cell Object
(
[key] => Hypertable_ThriftGen_Key Object
(
[row] => abc.com
[column_family] => domain_name
[column_qualifier] =>
[timestamp] => 1.30189374164E+18
[revision] => 1.30189374164E+18
[flag] => 255
)
[value] => www.abc.com
)
)
如何检索每个单独的值??
这似乎是一个 json 解码数组,但不确定。
【问题讨论】:
-
您知道如果有人回答了您的问题,您可以(可以)接受吗?