<?php 
 
$daily_log = array (
  0 => 
  array (
    0 => 'Special Weather Statement',
    1 => 'Lee County FL Details',
    2 => 1659565140,
    3 => 1659568500,
    4 => 'SPS.gif',
    5 => 'Coastal Lee; Inland Lee',
    6 => 'A strong thunderstorm will impact portions of southeastern Lee
County through 715 PM EDT',
  ),
  1 => 
  array (
    0 => 'Severe Thunderstorm Warning',
    1 => 'Lee County FL Details',
    2 => 1659567720,
    3 => 1659569400,
    4 => 'SVR.gif',
    5 => 'Charlotte; Lee',
    6 => 'The National Weather Service in Ruskin has issued a',
  ),
  2 => 
  array (
    0 => 'Special Weather Statement',
    1 => 'Lee County FL Details',
    2 => 1659567720,
    3 => 1659568500,
    4 => 'SPS.gif',
    5 => 'Coastal Lee; Inland Lee',
    6 => 'A strong thunderstorm will impact portions of southeastern Lee
County through 715 PM EDT',
  ),
);

?>