php5的最新帮助文档

源代码在线查看: function.php-clearstatcache.htm

软件大小: 1479 K
上传用户: fscdif
关键词: php5 文档
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				函数:clearstatcache()
				
				  a {text-decoration: none;color:#6666ff;}
				  a:hover {color:#ff0000;}
				
				
				
				
				
				
				函数:clearstatcache()
				
				
				
				文件系统函数库clearstatcache
				清除文件状态快取。
				语法: void clearstatcache(void);
				返回值: 无
				函数种类: 文件存取
				
				内容说明对操作系统而言,使用 stat() 或 lstat() 二个函数是很耗资源的,尤其是当每次都要重新呼叫 stat() 及 lstat() 二个函数时,更是不经济的方式。因此为节省资源,PHP 系统会将文件状态放在快取内存中,以便随时使用。而本函数就是提供清除快取内存中文件信息的函数。受本函数影响的函数有 stat()、lstat()、file_exists()、is_writeable()、is_readable()、is_executable()、is_file()、is_dir()、is_link()、filectime()、fileatime()、filemtime()、fileinode()、filegroup()、fileowner()、filesize()、filetype() 及 fileperms() 等十八个。
				
				参考stat()  lstat()  file_exists()  is_writeable()  is_readable()  is_executable()  is_file()  is_dir()  is_link()  filectime()  fileatime()  filemtime()  fileinode()  filegroup()  fileowner()  filesize()  filetype()  fileperms()  如果你对此手册有任何问题,请到下面网址提问: WEB开发知识库 (www.web745.com)
				
				
				
				  
				    
				      [ 上一页 
				      
				       下一页 
				        ]
				    
				  
				
				
				
							

相关资源