有人可以帮我将以下内容存储为数组吗?
我得到的结果为
Array (
[TblCollectionReference] => Array (
[content] => Array (
[0] => PBA_CA_FTL00003
[1] => PBA_CA_FTL00006
)
)
)
现在我需要 15 位代码。
单独我可以得到代码
$this->data['TblCollectionReference']['content'][0]
但是如何将其存储为数组?