php 文件状态缓存带来的问题

 更新时间:2008年12月14日 17:55:57   作者:  
当使用以下函数时,会因为文件状态缓存,导致结果错误
stat(),lstat(),file_exists(),is_writable(),is_readable(),is_executable(),is_file(),is_dir(),is_link(),filectime(),fileatime(),filemtime(),fileinode(),filegroup(),fileowner(),filesize(),filetype() , fileperms()

解决办法:在使用这些函数前,使用clearstatcache ( ) 清除缓存带来的影响

相关文章

最新评论