回答編集履歴

1

chosei

2020/09/22 15:03

投稿

yambejp
yambejp

スコア116734

test CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  ```PHP
4
4
 
5
- $boolean = filter_input(INPUT_POST,'is_requested', FILTER_VALIDATE_BOOLEAN);
5
+ $boolean = filter_input(INPUT_POST,'is_requested');
6
6
 
7
7
  ```