<?php 
 
$daily_log = array (
  0 => 
  array (
    0 => 'Special Weather Statement',
    1 => 'Miami-Dade FL Details',
    2 => 1653935040,
    3 => 1653937200,
    4 => 'SPS.gif',
    5 => 'Coastal Miami Dade County; Far South Miami-Dade County; Inland Miami-Dade County',
    6 => 'Strong thunderstorms will impact portions of central Miami-Dade
County through 300 PM EDT',
  ),
  1 => 
  array (
    0 => 'Severe Thunderstorm Warning',
    1 => 'Lee County FL Details',
    2 => 1653944880,
    3 => 1653945300,
    4 => 'SVR.gif',
    5 => 'Lee',
    6 => 'THE SEVERE THUNDERSTORM WARNING FOR CENTRAL LEE COUNTY WILL EXPIRE
AT 515 PM EDT',
  ),
  2 => 
  array (
    0 => 'Severe Weather Statement',
    1 => 'Lee County FL Details',
    2 => 1653944880,
    3 => 1653945300,
    4 => 'SVS.gif',
    5 => 'Lee',
    6 => 'THE SEVERE THUNDERSTORM WARNING FOR CENTRAL LEE COUNTY WILL EXPIRE
AT 515 PM EDT',
  ),
  3 => 
  array (
    0 => 'Special Weather Statement',
    1 => 'Lee County FL Details',
    2 => 1653922260,
    3 => 1653946200,
    4 => 'SPS.gif',
    5 => 'Coastal Charlotte; Coastal Lee; Inland Charlotte; Inland Lee',
    6 => 'Strong thunderstorms will impact portions of south central
Charlotte and north central Lee Counties through 530 PM EDT',
  ),
);

?>