Skip to content

Instantly share code, notes, and snippets.

@pointofpresence
Last active May 19, 2020 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pointofpresence/18400f7199199bb2cfc79c1cc9317a93 to your computer and use it in GitHub Desktop.
Save pointofpresence/18400f7199199bb2cfc79c1cc9317a93 to your computer and use it in GitHub Desktop.
Load JSON file
<?php
$json = json_decode(file_get_contents($file), true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment