获取当前服务器时间

避免用户修改系统时间可以用如下代码:
{php}echo strtotime('now');{/php}
原文地址:https://www.cnblogs.com/huanghuali/p/8359187.html