php 日期时间相加减
/**
* 时间相加运算
* @param int $increment 增量
* @param string $unit 单位
* @param string $returnFormat 返回的时间格式
* @return void
*/
公共函数 add($increment, $unit='s', $returnFormat = NULL) {
$increment = intval($increment);
$source = $this->时间戳;
开关($单位)
{
31536000; 休息; //年
2592000; 休息; //月
休息; //日
休息; //时
休息; //分
休息; //秒
}
if ($returnFormat) {
$result = $this->format($returnFormat, $result);
}
返回$结果;
<script>ec(2);</script>