Skip to content

Instantly share code, notes, and snippets.

@httpspace
Created September 7, 2016 06:58
Show Gist options
  • Save httpspace/adc85e6012f791ca802cd4f581dd84fe to your computer and use it in GitHub Desktop.
Save httpspace/adc85e6012f791ca802cd4f581dd84fe to your computer and use it in GitHub Desktop.
fb tool example
$res = ParserPages::get_url_info('http://mydowndown.com/');
print_r($res);
$urls = ['http://mydowndown.com/', 'http://google.com', 'http://facebook.com'];
$res = ParserPages::get_url_info($urls);
print_r($res);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment