ssh2_publickey_add
?order.createdAt
{{ dump(order.createdAt) }}
function r_array_search($needle, $haystack, $replace, $currentKey = "") {
foreach ($haystack as $key => $value) {
if (is_array($value)) {
$nextKey[$key] = r_array_search($needle, $value, $replace, $currentKey);
if ($nextKey) {
return $nextKey;
}
} else if ($value == $needle) {
return [$currentKey.$key => $replace];
}
}
return false;
}
$GLOBAL = [
3515 => [
'sub_categories' => [
22916 => [
'sub_categories' => [
33221 => 'test'
]
],
]
],
35215 => [
'sub_categories' => [
221916 => 'test99'
]
],
];
$search = r_array_search("test", $GLOBAL, "test666");
$combine = array_replace($GLOBAL, $search);
print_r($combine);
Подправьте ваш вопрос так, чтобы было понятно что куда вы импортируете (и зачем).
Без jquery я и так в курсе что будет работать.