This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* file store | |
*/ | |
class Store | |
{ | |
const TMP_FOLDER = '/tmp/'; // 临时文件储存目录 | |
const FOLDER = '/file/'; // 存储目录 | |
var $FILE_MIME = array ( | |
//applications |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* debulee | |
*/ | |
class ClassName extends AnotherClass | |
{ | |
function __construct(argument) |