find_all(); foreach ($p as $po) { if (! file_exists($po->file_path())) { printf("ID [%s] doesnt exist (%s)?\n",$po->id,$po->file_path()); continue; } if (($x=$po->io()->getImageSignature()) !== $po->signature) { printf("ID [%s] signature doesnt match (%s) [%s != %s]?\n",$po->id,$po->file_path(),$po->signature,$x); continue; } } } } ?>