php文件編程

1獲取文件相關信息 第一種方式: //1.定位文件的全路徑 $file_full_path = 'd:/abc.txt'; //2.判斷文件是否存在 if(file_exists($file_full_path)){ //2.打開該文件 $fp = fopen($file_full_path,'r'); $
相關文章
相關標籤/搜索