gpt4 book ai didi

php - 从 PHP 获取时间戳

转载 作者:行者123 更新时间:2023-12-04 05:14:41 24 4
gpt4 key购买 nike

我想在 php 中获取时间戳。使用以下代码

$date = new DateTime();
echo $date->getTimestamp();

错误来自 getTimestamp() is undefined 但是根据这个

http://php.net/manual/en/datetime.gettimestamp.php



我需要像 123456789 这样的格式

最佳答案

请注意 PHP 5 >= 5.3.0在文档页面上。我只能假设您使用的是 5.3 之前的版本,因此:

echo time(); //output: 1358796864

关于php - 从 PHP 获取时间戳,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14445858/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com