标签:文件 on c r 管理 php file 字符串 函数
检查文件
file_exists($file);
检查文件夹
is_dir($dir);
输出md5
md5($file;
输出字符串到文件,如果文件不存在自动则自动创建
file_put_contents($file, $outputContent);
从文件读内容
file_get_contents($file);
标签:文件 on c r 管理 php file 字符串 函数
原文地址:http://www.cnblogs.com/faeriesoft/p/3985101.html