sequence
data
$handle = popen('./httping -c 3 www.google.com -F -M', 'r'); $read = ''; while($line = fgets($handle)) $read .= ' '.$line; fclose($handle); $fields = json_decode($read); for($index=0; $index
?>
print $index + 1; ?>
?>
?>
?>
?>
?>
?>
?>
?>
?>
key
value
foreach($fields[$index] as $key => $value) { ?>
?>
print $key; ?>
?>
print $value; ?>
?>
} ?>
?>
?>
} ?>