Skip to content

Instantly share code, notes, and snippets.

@debuglee
debuglee / store.php
Created August 10, 2012 18:18
File Upload Move
<?php
/**
* file store
*/
class Store
{
const TMP_FOLDER = '/tmp/'; // 临时文件储存目录
const FOLDER = '/file/'; // 存储目录
var $FILE_MIME = array (
//applications
@debuglee
debuglee / formatData.php
Last active November 30, 2016 05:36
PHP:FormatData 格式化日期 例:XX秒钟之前 XX分钟之前 XX年之前
<?php
/**
* debulee
*/
class ClassName extends AnotherClass
{
function __construct(argument)