会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
智昕
需要仿站,网站定制开发,APP开发,小程序开发,公众号等开发的可加QQ:114994783
博客园
首页
联系
管理
2017年6月16日
PHP 获得几秒,几分,几小时,几天前,几小时前,几月前 方法
摘要: /** * 获得几天前,几小时前,几月前 * @param int $time 时间戳 * @param array $unit 时间单位 * @return bool|string */ function date_before($time, $unit = null) { $time = intval($time); $unit = is_null($unit) ? array...
阅读全文
posted @ 2017-06-16 11:01 智昕
阅读(1317)
评论(0)
推荐(1)
编辑