<?php 
 
$daily_log = array (
  0 => 
  array (
    0 => 'Special Weather Statement',
    1 => 'Lee County FL Details',
    2 => 1651218180,
    3 => 1651268700,
    4 => 'SPS.gif',
    5 => 'Coastal Lee; Inland Lee',
    6 => 'A strong thunderstorm will impact portions of central Lee County
through 545 PM EDT',
  ),
  1 => 
  array (
    0 => 'Rip Current Statement',
    1 => 'Miami-Dade FL Details',
    2 => 1651213920,
    3 => 1651363200,
    4 => 'RVS.gif',
    5 => 'Coastal Broward County; Coastal Miami Dade County',
    6 => 'HIGH RIP CURRENT RISK IN EFFECT THROUGH SATURDAY EVENING',
  ),
  2 => 
  array (
    0 => 'Flood Advisory',
    1 => 'Lee County FL Details',
    2 => 1651268700,
    3 => 1651279500,
    4 => 'FLS.gif',
    5 => 'Lee',
    6 => 'FLOOD ADVISORY IN EFFECT UNTIL 915 PM EDT THIS EVENING',
  ),
);

?>