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

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

php编程 2023-06-09 10:40:02 1年以前

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 ( ) 清除缓存带来的影响

文章版权声明:除非注明,否则均为网络转载文章,转载或复制请以超链接形式并注明出处。