In following PHP script iterator_to_array is extremely inefficient (I used a profiler). Is there any better alternative for following code? is ex
In following PHP script iterator_to_array is extremely inefficient (I used a profiler). Is there any better alternative for following code? is ex