這期內(nèi)容當(dāng)中小編將會給大家?guī)碛嘘P(guān)如何在PHP中利用GETDATE獲取日期時間關(guān)聯(lián)的數(shù)組,文章內(nèi)容豐富且以專業(yè)的角度為大家分析和敘述,閱讀完這篇文章希望大家可以有所收獲。
成都創(chuàng)新互聯(lián)公司專注為客戶提供全方位的互聯(lián)網(wǎng)綜合服務(wù),包含不限于成都網(wǎng)站建設(shè)、成都網(wǎng)站設(shè)計、安徽網(wǎng)絡(luò)推廣、微信小程序、安徽網(wǎng)絡(luò)營銷、安徽企業(yè)策劃、安徽品牌公關(guān)、搜索引擎seo、人物專訪、企業(yè)宣傳片、企業(yè)代運(yùn)營等,從售前售中售后,我們都將竭誠為您服務(wù),您的肯定,是我們大的嘉獎;成都創(chuàng)新互聯(lián)公司為所有大學(xué)生創(chuàng)業(yè)者提供安徽建站搭建服務(wù),24小時服務(wù)熱線:18982081108,官方網(wǎng)址:www.cdcxhl.comPHP GETDATE函數(shù)是用來獲得當(dāng)前的日期和時間,從操作系統(tǒng)或一個關(guān)聯(lián)數(shù)組轉(zhuǎn)換成UNIX風(fēng)格的日期整數(shù)。
語法格式如下
array getdate (); array getdate (integer $Time);
參數(shù)如下:
Arguments
$Time
The number of seconds since midnight before January 1, 1970. (UNIX style.)
Default
The default is the current date and time from the operating system.)
The return value is an associative array containing:
mon The month of the year as a number (1..12)
mday The day of the month (1..31)
year The year (4 digits)
hours The hour of the day (0..23)
minutes The minutes of the hour (0..59)
seconds The seconds of the minute (0..59)
month The month of the year as a word (January..December)
yday The day of the year (0..365)
wday The day of the week as a number (0..6)
weekday The day of the week as a word (Sunday..Saturday)
0 Seconds since midnight before January 1, 1970
下面是一個使用范例:
$Value) { echo "$Key => $Value\n"; } ?>
輸出結(jié)果如下:
seconds => 59 minutes => 14 hours => 7 mday => 26 wday => 6 mon => 12 year => 2009 yday => 359 weekday => Saturday month => December 0 => 1261811699
上述就是小編為大家分享的如何在PHP中利用GETDATE獲取日期時間關(guān)聯(lián)的數(shù)組了,如果剛好有類似的疑惑,不妨參照上述分析進(jìn)行理解。如果想知道更多相關(guān)知識,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道。