test
This commit is contained in:
@@ -33,6 +33,8 @@ function updateValueByKey(&$array, $key, $newValue) {
|
||||
break; // Se trova il key, termina il loop
|
||||
}
|
||||
}
|
||||
|
||||
$array[$key] = $newValue;
|
||||
}
|
||||
|
||||
function updateValueByKeyArr(&$array, $key, $newValue) {
|
||||
@@ -42,4 +44,6 @@ function updateValueByKeyArr(&$array, $key, $newValue) {
|
||||
break; // Se trova il key, termina il loop
|
||||
}
|
||||
}
|
||||
|
||||
$array[$key] = $newValue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user