Get the relative lowest 3 levels of an array with PHP
I have a list of items in a PHP array, and I'm trying to write a function to get the values for the relative 3 lowest levels from each array block. I could format the array hierarchically based on the…