php 文件操做

$fn="e:\debug.txt";
if(is_writable($fn)==false){
die("不能寫入");
}
file_put_contents($fn,$list);debug

 

file_exists()get

file_get_contents();it

is_writable()table

is_readable()file

相關文章
相關標籤/搜索