php getdate函数怎么用
程序员文章站
2022-03-06 13:27:20
...
php getdate函数用于返回当前本地的“日期/时间”的“日期/时间”信息,其语法为“getdate(timestamp)”,该函数会返回带有与时间戳相关的信息的关联数组。
php getdate()函数用于返回当前本地的日期/时间的日期/时间信息,语法为getdate(timestamp)。该函数会返回带有与时间戳相关的信息的关联数组。
php getdate函数怎么用?
作用:返回当前本地的日期/时间的日期/时间信息
语法:
getdate(timestamp)
参数:
timestamp 可选。规定 Unix 时间戳,整数值。默认为当前本地时间(time())。
说明:返回带有与时间戳相关的信息的关联数组:[seconds] - 秒,[minutes] - 分,[hours] - 小时,[mday] - 一个月中的第几天,[wday] - 一周中的某天,[mon] - 月,[year] - 年,[yday] - 一年中的某天,[weekday] - 星期几的名称,[month] - 月份的名称,[0] - 自 Unix 纪元以来经过的秒数。
php getdate()函数 示例
<?php print_r(getdate(1524123066)); ?>
输出:
Array ( [seconds] => 6 [minutes] => 31 [hours] => 15 [mday] => 19 [wday] => 4 [mon] => 4 [year] => 2018 [yday] => 108 [weekday] => Thursday [month] => April [0] => 1524123066 )
本篇文章就是关于getdate()函数的使用方法介绍,希望对需要的朋友有所帮助!
以上就是php getdate函数怎么用的详细内容,更多请关注其它相关文章!
推荐阅读
-
jsreplace函数怎么用(sql语句replace的用法方法)
-
jsreplace函数怎么用(sql语句replace的用法方法)
-
PHP用strstr()函数阻止垃圾评论(通过判断a标记)
-
PHP用mb_string函数库处理与windows相关中文字符及Win环境下开启PHP Mb_String方法
-
php二维数组用键名分组相加实例函数
-
PHP sprintf()函数用例解析
-
php checkdate、getdate等日期时间函数操作详解
-
JS中encodeURIComponent函数用php解码的代码
-
用VBS实现PHP的md5_file函数代码
-
解析php中的fopen()函数用打开文件模式说明