Skip to content

Instantly share code, notes, and snippets.

@Bat-Chat
Created February 12, 2016 09:39
Show Gist options
  • Save Bat-Chat/857740c3640ae5507c6a to your computer and use it in GitHub Desktop.
Save Bat-Chat/857740c3640ae5507c6a to your computer and use it in GitHub Desktop.
$fileHeaders = @get_headers($imgUrl);
if($fileHeaders[0] == 'HTTP/1.1 200 OK') {
echo 'image exists';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment