File Esistenza Verificare di PHP

if( file_exists("percorso-completo/file-o-immagine.jpg")) {
  //the existing file
  
}else{
//the file does not exist
}
Mushy Mandrill