01 Includes 01.01 Random Image

01 Includes 01.01 Random Image

The Teams of the NFC North

The Minnesota Vikings logo.
Minnesota Vikings

$i = random_int(0, count($images)-1);









    
3

print_r($images);

            
Array
(
    [0] => Array
        (
            [file] => bears
            [caption] => Chicago Bears
        )

    [1] => Array
        (
            [file] => lions
            [caption] => Detroit Lions
        )

    [2] => Array
        (
            [file] => packers
            [caption] => Green Bay Packers
        )

    [3] => Array
        (
            [file] => vikings
            [caption] => Minnesota Vikings
        )

)
Array
(
    [0] => 135
    [1] => 104
    [2] => 3
    [3] => width="135" height="104"
    [bits] => 8
    [mime] => image/png
)
            
            

print_r($imageSize);

            
Array
(
    [0] => 135
    [1] => 104
    [2] => 3
    [3] => width="135" height="104"
    [bits] => 8
    [mime] => image/png
)