獲取此警報/ functions.php中..警告:日期()預計參數2爲長的上線104
警告:日期()預計參數2要長,在對象 /家給定上線/physicoolco/public_html/wp-includes/functions.php 104
警告:日期()預計參數2要長,在對象給出 上/home/physicoolco/public_html/wp-includes/functions.php 106行
警告:date()期望參數2很長,在01中給出的對象/home/physicoolco/public_html/wp-includes/functions.php上線108
警告:日期()預計參數2要長,對象中給出 /家/ physicoolco /的public_html /可溼性粉劑包括/功能.php on line 109
爲什麼顯示這些警告?
線104之前,我改變了它:
$datemonth = $wp_locale->get_month(date('m', $i));
我得到上述警報
104線後,我改變了它:
$datemonth = $wp_locale->get_month(date("m/d/y"));`
我沒有得到警報;只是一個空白區裏的日期應該是..
你能告訴我什麼是'$ i'? –
'$ i'是一個對象,而不是時間戳。 – chris85
檢查日期方法文檔。日期方法需要時間戳作爲第二參數。 http://php.net/manual/en/function.date.php –