最初のインデックスが異なる配列があります。client_created
今、私は使用せずにすべての文字列を読みたい$array[688]["client_created"], $array[690]["client_created"]
...
client_created
これらの数字などを使用せずに、これらすべての文字列を読み取るにはどうすればよい688, 690, 695, 700
ですか?
これは次のようになります。
Array
(
[688] => Array
(
[client_created] => 1393324278
)
[690] => Array
(
[client_created] => 1393440457
)
)
これは 2 つの例に過ぎませんでしたが、実際には 500 を超えるアイテムがあります。