PHP time() 函数
定义和用法
time() 函数返回自 Unix 纪元 (1970 年 1 月 1 日 00:00:00 GMT) 以来的秒数。
语法
time()
技术细节
返回值 | 返回一个包含当前时间作为 Unix 时间戳的整数 |
---|---|
PHP 版本 | 4+ |
❮ PHP 日期/时间参考
time() 函数返回自 Unix 纪元 (1970 年 1 月 1 日 00:00:00 GMT) 以来的秒数。
time()
返回值 | 返回一个包含当前时间作为 Unix 时间戳的整数 |
---|---|
PHP 版本 | 4+ |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]