回答編集履歴

1

変更

2016/07/17 10:36

投稿

shi_ue
shi_ue

スコア4437

test CHANGED
@@ -4,6 +4,6 @@
4
4
 
5
5
  ↓↓↓
6
6
 
7
- echo date('Y-m-d H:i:s', strtotime($row['created'] . ' + 24 hour'));
7
+ echo date('Y-m-d H:i:s', strtotime($row['created'] . ' + 24 hours'));
8
8
 
9
- ```
9
+ ```上の式は`strtotime('2040')`になってしまいます。