Posts by Davi Duque do Nascimento • 9 points
1 post
-
0
votes1
answer1084
viewsA: Add elements in Associative Array - PHP
I believe that’s it; to put a new value just put it in value $vetor = array(); $keys = array_keys($vetor); $values = array_values($vetor); $result = array(); foreach ($keys as $i => $k) {…
phpanswered Davi Duque do Nascimento 9