Help for this page

Select Code to Download


  1. or download this
    while ( ($granule_name, $path, $start_date, $stop_date, $byte_size) = 
    +$sth->fetchrow_array) {
    ...
    }
    
  2. or download this
    while ( $lhref = $sth->fetchrow_hashref('NAME_lc') ) {
    ...
    }