第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

將 strtotime 轉(zhuǎn)換為整數(shù)

將 strtotime 轉(zhuǎn)換為整數(shù)

PHP
慕哥6287543 2022-10-28 09:35:39
我正在嘗試使用以下方法獲取 -24 小時(shí)前的時(shí)間:$a = date('Y-m-d H:i:s', strtotime('-1 day', strtotime(date("Y-m-d H:i:s")))); $a = strtotime($a);計(jì)算得很好,但是當(dāng)我使用變量$a發(fā)送到 API 時(shí),它說(shuō)該值不是整數(shù)。返回的錯(cuò)誤是:400 Invalid 'Query' parameter: json: cannot unmarshal number into Go struct field SearchClause.ClauseChildren.RuleValue of type string如果我將變量更改為 this:$a = '1583751712';并將其發(fā)送到 API,它絕對(duì)可以正常工作。
查看完整描述

1 回答

?
素胚勾勒不出你

TA貢獻(xiàn)1827條經(jīng)驗(yàn) 獲得超9個(gè)贊

發(fā)生錯(cuò)誤是因?yàn)槟?code>API需要 astring而不是integer. 該函數(shù)strtotime返回timestamp as integer. 嘗試將typecast您的整數(shù)轉(zhuǎn)換為字符串。如前所述Sherif,如果您只需要返回時(shí)間戳,則不需要日期格式。

$a = (string) strtotime('-1 day');


查看完整回答
反對(duì) 回復(fù) 2022-10-28
  • 1 回答
  • 0 關(guān)注
  • 80 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)