How to check if image file exists office70 | 2017年10月21日 平成29年10月21日(土曜日) // $src = 'http://www.mydomain.com/images/'.$filename; if (@getimagesize($src)) { } // PHP: How to check if image file exists?