PHP – Recursive array increment values to parent according to child specific key
I everyone ! I need some help here... Im trining to achieve a recursive function that can increment the key "new" in all parents, according to respective "items" childs. I have an array that looks like this : $tree =…