Array -Summe, wenn das gesamte Array nicht gleich [doppelt]Php

PHP-Programmierer chatten hier
Anonymous
 Array -Summe, wenn das gesamte Array nicht gleich [doppelt]

Post by Anonymous »

Code: Select all

Array
(
[0] => Array
(
[gozhi] => 2
[uzorong] => 1
)

[1] => Array
(
[gozhi] => 5

)

[2] => Array
(
[gozhi] => 3
[uzorong] => 0
)
)
< /code>
Gewünschtes Ergebnis: < /p>
Array
(
[gozhi] => 10
[uzorong] => 6
)

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post