Time
in package
Table of Contents
Methods
- age() : string
- 多少岁
- date() : mixed
- 最近30天
- every_month() : mixed
- 取每月 every_month('2023-01-01','2023-12-31')
- get() : mixed
- 取今日、本周、本月、本年、昨日、上周、上月、上年
- less_time() : string
- 计算时间剩余
- neer_days() : mixed
- 最近几天
- neer_months() : mixed
- 返回最近几月
- neer_years() : mixed
- 返回最近几年
- sec_to_time() : mixed
- 秒转成相应时间显示
Methods
age()
多少岁
public
static age(mixed $bornUnix) : string
Parameters
- $bornUnix : mixed
Return values
stringdate()
最近30天
public
static date([mixed $day = 30 ][, mixed $separate = "" ][, mixed $op = '-' ]) : mixed
Parameters
- $day : mixed = 30
- $separate : mixed = ""
- $op : mixed = '-'
every_month()
取每月 every_month('2023-01-01','2023-12-31')
public
static every_month(mixed $start_month, mixed $end_month) : mixed
Parameters
- $start_month : mixed
- $end_month : mixed
get()
取今日、本周、本月、本年、昨日、上周、上月、上年
public
static get([mixed $key = '' ][, mixed $date_format = false ]) : mixed
Parameters
- $key : mixed = ''
- $date_format : mixed = false
less_time()
计算时间剩余
public
static less_time(mixed $a[, mixed $b = null ]) : string
Parameters
- $a : mixed
- $b : mixed = null
Return values
string —2天3小时28分钟10秒
neer_days()
最近几天
public
static neer_days([mixed $num = 5 ][, mixed $separate = "" ][, mixed $op = '-' ]) : mixed
Parameters
- $num : mixed = 5
- $separate : mixed = ""
- $op : mixed = '-'
neer_months()
返回最近几月
public
static neer_months([mixed $num = 5 ][, mixed $separate = "" ][, mixed $op = '-' ]) : mixed
Parameters
- $num : mixed = 5
- $separate : mixed = ""
- $op : mixed = '-'
neer_years()
返回最近几年
public
static neer_years([mixed $num = 5 ][, mixed $op = '-' ]) : mixed
Parameters
- $num : mixed = 5
- $op : mixed = '-'
sec_to_time()
秒转成相应时间显示
public
static sec_to_time(mixed $sec) : mixed
Parameters
- $sec : mixed