Skip to content

Instantly share code, notes, and snippets.

@IMSoP
Created May 21, 2020 21:43
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 IMSoP/a685fed6589435530102d57138755511 to your computer and use it in GitHub Desktop.
Save IMSoP/a685fed6589435530102d57138755511 to your computer and use it in GitHub Desktop.
<?php
$options = [
'http' => [
'protocol_version' => '1.0'
],
];
$context = stream_context_create($options);
echo file_get_contents('http://example.org', false, $context);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment