本文介绍了时间();2038年之后?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

php 函数 time(); 会在 2038 年后起作用吗?

Will the php function time(); be functional after the year 2038?

推荐答案

当然,届时 PHP 42.1.3 将原生支持 64 位整数.

Of course, when the time comes PHP 42.1.3 will natively support 64-bit integers.

这篇关于时间();2038年之后?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-22 12:49