Skip to content

Instantly share code, notes, and snippets.

@NoiseEee
Created February 14, 2013 22:22
Show Gist options
  • Save NoiseEee/4956951 to your computer and use it in GitHub Desktop.
Save NoiseEee/4956951 to your computer and use it in GitHub Desktop.
<?php
//set 3-second timeout
$opts = array('http'=>array(
"timeout" => 3
));
$context = stream_context_create($opts);
$latestRates = file_get_contents("http://somewhere.org/",false,$context);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment