Input Array: a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
Chunk Size: 5
Delay: 1
Displayed as Chunks:
Array
(
    [0] => Array
        (
            [0] => a
            [1] => b
            [2] => c
            [3] => d
            [4] => e
        )

    [1] => Array
        (
            [0] => f
            [1] => g
            [2] => h
            [3] => i
            [4] => j
        )

    [2] => Array
        (
            [0] => k
            [1] => l
            [2] => m
            [3] => n
            [4] => o
        )

    [3] => Array
        (
            [0] => p
            [1] => q
            [2] => r
            [3] => s
            [4] => t
        )

    [4] => Array
        (
            [0] => u
            [1] => v
            [2] => w
            [3] => x
            [4] => y
        )

    [5] => Array
        (
            [0] => z
            [1] => 0
            [2] => 1
            [3] => 2
            [4] => 3
        )

    [6] => Array
        (
            [0] => 4
            [1] => 5
            [2] => 6
            [3] => 7
            [4] => 8
        )

    [7] => Array
        (
            [0] => 9
        )

)

Foreach
File: a
File: b
File: c
File: d
File: e
(1/8) Sleeping 1 seconds
File: f
File: g
File: h
File: i
File: j
(2/8) Sleeping 1 seconds
File: k
File: l
File: m
File: n
File: o
(3/8) Sleeping 1 seconds
File: p
File: q
File: r
File: s
File: t
(4/8) Sleeping 1 seconds
File: u
File: v
File: w
File: x
File: y
(5/8) Sleeping 1 seconds
File: z
File: 0
File: 1
File: 2
File: 3
(6/8) Sleeping 1 seconds
File: 4
File: 5
File: 6
File: 7
File: 8
(7/8) Sleeping 1 seconds
File: 9
Done.