Array
(
[681] => Array
(
[activities] => Array
(
[copying] => Array
(
[time] => 480
)
[manufacturing] => Array
(
[materials] => Array
(
[0] => Array
(
[quantity] => 86
[typeID] => 38
)
)
[products] => Array
(
[0] => Array
(
[quantity] => 1
[typeID] => 165
)
)
[time] => 600
)
[research_material] => Array
(
[time] => 210
)
[research_time] => Array
(
[time] => 210
)
)
[blueprintTypeID] => 681
[maxProductionLimit] => 300
)
$time = $array[681]['activities']['copying']['time']; // Получим значение «480»