检查外部图像是否存在

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了检查外部图像是否存在相关的知识,希望对你有一定的参考价值。

  1. if (@GetImageSize($webcamimage))
  2. {
  3. echo "file exists";
  4. } else {
  5. echo "file does not exist";
  6. }

以上是关于检查外部图像是否存在的主要内容,如果未能解决你的问题,请参考以下文章