2012年11月27日

PHP文件操作类

摘要: <?php //文件管理类 class myfile { public function __construct() { return true; } //建立文件夹 public function mkDir($path) { $path = str_replace("\\","/",$path); $aimDir = ""; ... 阅读全文

posted @ 2012-11-27 10:41 S.T 阅读(308) 评论(0) 推荐(0) 编辑

导航