file_get_contents
Glossary overview

file_get_contents

Example from real project. Google Sheets API.

$url = "https://docs.google.com/spreadsheets/d/$id/gviz/tq?tqx=out:json&gid=$gid";

    $json = file_get_contents($url);