编辑代码

<?php
// 输出当前时间戳 
echo time();

echo "\n";
echo "时间戳长度=".strlen(time());