文件名称:php文件类,代码规范,非常好使
文件大小:4KB
文件格式:PHP
更新时间:2016-01-19 06:32:57
php 文件操作 文件操作类
以下为调用方法 <?php include("./function/file.class.php"); $ss=new fileoperate(); //$ss->creat_file("./log/","aa3.txt"); $ss->write_file("./logpath/","ss.txt","this is the file content",1); ?>