Skip to content

Instantly share code, notes, and snippets.

@RubyRonin
Created November 5, 2015 09:27
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 RubyRonin/a783be6f051228c068b0 to your computer and use it in GitHub Desktop.
Save RubyRonin/a783be6f051228c068b0 to your computer and use it in GitHub Desktop.
<?php
$response = http_get("http://www.example.com/", array("timeout"=>1), $info);
print_r($info);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment