All pastes #656188 Raw Edit

Something

public text v1 · immutable
#656188 ·published 2007-08-13 21:56 UTC
rendered paste body
I want to loop through this array by going file to file, not name/type/etc. keys. How?

Array
(
    [name] => Array
        (
            [0] => money.jpg
            [1] => myPhoto.jpg
        )

    [type] => Array
        (
            [0] => image/jpeg
            [1] => image/jpeg
        )

    [tmp_name] => Array
        (
            [0] => /tmp/php21mCLm
            [1] => /tmp/phpxB73lc
        )

    [error] => Array
        (
            [0] => 0
            [1] => 0
        )

    [size] => Array
        (
            [0] => 51648
            [1] => 37015
        )

)