Blogger Information
Blog 18
fans 0
comment 0
visits 24489
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
getdate获取当前系统时间
耀的博客
Original
2198 people have browsed it

函数表达式:array getdate([int $time=time()])

函数功能:用来获取当前系统的时间,或者获得一个时间戳的具体含义,时间戳是一个长整数。

函数说明:函数的返回值是一个根据$time得到的包含有时间信息的数组,如果没有参数,则会返回当前的时间,getdate返回的数组,键名包括时间和日期的完整信息。

时间戳.jpg

示例:

$time=getdate();

var_dump($time);

输出结果:

getdate.png

因此,我们可以根据以下信息得到全部信息:

getdate详解.png

输出结果为:

getdate详解2.png

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post