Maison  >  Article  >  développement back-end  >  PHP strtotime('2039-01-01') 返回空

PHP strtotime('2039-01-01') 返回空

WBOY
WBOYoriginal
2016-06-06 20:30:331695parcourir

PHP strtotime('2039-01-01') 返回空
strtotime 返回的是int类型,所以转2039年的,返回空。
gmmktime mktime 也都返回int类型。
有没有别的替换方式?

回复内容:

PHP strtotime('2039-01-01') 返回空
strtotime 返回的是int类型,所以转2039年的,返回空。
gmmktime mktime 也都返回int类型。
有没有别的替换方式?

5.5.26 正常,你的版本是多少。
有效的时间戳通常从 Fri, 13 Dec 1901 20:45:54 GMT 到 Tue, 19 Jan 2038 03:14:07 GMT
http://php.net/manual/zh/function.strtotime.php

gmmktime和mktime转换正常?你换个php版本吧,操作系统和php版本都要64位的哦

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn