$fileContent = array();
$fileContent[$id][$dateTime] = $social;
array(1) {
["79"]=>
object(stdClass)#183 (1) {
["10-07-16 10:07"]=>
object(stdClass)#185 (5) {
["comments"]=>
int(3)
["like_id"]=>
NULL
["likes"]=>
int(35)
["shares"]=>
int(0)
}
}
}
["10-07-16 10:07"]=> array()
по ключу 79? Когда считываю файл получаю этот массив в таком виде
json_decode($string, true);
Как добавить новый массив по ключу 79?
$fileContent['79'] = array();
$fileContent['79']['10-07-16 10:07'] = array();