How to show the output of this code ?

Np Ms Office 365/Excel 2016 I Ntermed
1st Edition
ISBN:9781337508841
Author:Carey
Publisher:Carey
Chapter8: Working With Advanced Functions
Section: Chapter Questions
Problem 4.4CP
icon
Related questions
Question

How to show the output of this code ?

<?php
$cache_file = 'data.json';
if(file_exists($cache_file)){
$data = json_decode(file_get_contents($cache_file));
}else{
$api_url = 'https://content.api.nytimes.com/svc/weather/v2/current-and-seven-day-forecast.json';
$data = file_get_contents($api_url);
file_put_contents($cache_file, $data);
$data = json_decode($data);
}

$current = $data->results->current[0];
$forecast = $data->results->seven_day_forecast;

?>

Expert Solution
steps

Step by step

Solved in 4 steps

Blurred answer
Knowledge Booster
Linux
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage