摘要: 1 class File 2 { 3 private $_dir; 4 const EXT = '.txt'; 5 6 public function __construct() 7 { 8 $this->_dir = dirname(__FILE__).'/files'; 9 } 10 11 publ... 阅读全文
posted @ 2019-05-24 00:56 yach_yu 阅读(696) 评论(0) 推荐(0) 编辑