Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MySQL データベースに保存されているタイムスタンプに 7 日を追加しようとしています。
私は使用していstrtotimeます:echo strtotime("+7 days",$result["datetime"]);
strtotime
echo strtotime("+7 days",$result["datetime"]);
しかし、私はこの結果を得る606813
606813
私echo $result["dateimte"];がこれを手に入れたとき:2013-07-23 04:35:27
echo $result["dateimte"];
2013-07-23 04:35:27