Loading...
PHP 手册 函数参考 日期与时间相关扩展 日期/时间 Date/Time 函数date(PHP 4, PHP 5, PHP 7)date — 格式化一个本地时间/日期说明date ( string $format [, int $timestamp ] ) : string返回将整数 timestamp 按照给定的格式字串而产生的字符串。如果没有给出时间戳则使用本地当前时间。换句话说,ti...