编辑代码
PHP代码
8.2.7
8.0.3
7.4.16
5.6.40
运行
<?php
// 输出当前时间戳
echo
time();
echo
"\n"
;
echo
"时间戳长度="
.strlen(time());