回答編集履歴

2

書式の改善

2022/01/01 16:35

投稿

itagagaki
itagagaki

スコア8402

test CHANGED
@@ -2,18 +2,18 @@
2
2
 
3
3
 
4
4
 
5
- ~~`date`の第二引数として文字列を与えているのが間違いです。
5
+ ~~`date`の第二引数として文字列を与えているのが間違いです。~~
6
6
 
7
- int型のUnixタイムスタンプを与えなければなりません。
7
+ ~~int型のUnixタイムスタンプを与えなければなりません。~~
8
8
 
9
9
 
10
10
 
11
- [PHP: date - Manual](https://www.php.net/manual/ja/function.date.php)
11
+ ~~[PHP: date - Manual](https://www.php.net/manual/ja/function.date.php)~~
12
12
 
13
13
 
14
14
 
15
- `strtotime`の使い方も誤っています。
15
+ ~~`strtotime`の使い方も誤っています。~~
16
16
 
17
17
 
18
18
 
19
- [PHP: strtotime - Manual](https://www.php.net/manual/ja/function.strtotime.php)~~
19
+ ~~[PHP: strtotime - Manual](https://www.php.net/manual/ja/function.strtotime.php)~~

1

撤回

2022/01/01 16:35

投稿

itagagaki
itagagaki

スコア8402

test CHANGED
@@ -1,4 +1,8 @@
1
+ 読み間違えていました。無視してください。
2
+
3
+
4
+
1
- `date`の第二引数として文字列を与えているのが間違いです。
5
+ ~~`date`の第二引数として文字列を与えているのが間違いです。
2
6
 
3
7
  int型のUnixタイムスタンプを与えなければなりません。
4
8
 
@@ -12,4 +16,4 @@
12
16
 
13
17
 
14
18
 
15
- [PHP: strtotime - Manual](https://www.php.net/manual/ja/function.strtotime.php)
19
+ [PHP: strtotime - Manual](https://www.php.net/manual/ja/function.strtotime.php)~~