使用 shell_exec("/usr/bin/convert -thumbnail..) 在服务器上创建了一些缩略图,文件在服务器上正确创建,但 file_exists 在创建缩略图后的几秒钟内返回 false。
如果我在 file_exists 之前添加 sleep(5),则 file_exists 返回 true。
为什么 file_exists 返回 false?
使用 shell_exec("/usr/bin/convert -thumbnail..) 在服务器上创建了一些缩略图,文件在服务器上正确创建,但 file_exists 在创建缩略图后的几秒钟内返回 false。
如果我在 file_exists 之前添加 sleep(5),则 file_exists 返回 true。
为什么 file_exists 返回 false?