回答編集履歴
2
追記
answer
CHANGED
@@ -3,4 +3,11 @@
|
|
3
3
|
filter_input — 指定した名前の変数を“**外部から受け取り**”、オプションでそれをフィルタリングする
|
4
4
|
[http://php.net/manual/ja/function.filter-input.php](http://php.net/manual/ja/function.filter-input.php)
|
5
5
|
|
6
|
-
これかな…
|
6
|
+
これかな…
|
7
|
+
|
8
|
+
追記:
|
9
|
+
|
10
|
+
やっぱ、外部変数から取ってくるって書いてあるね。
|
11
|
+
|
12
|
+
filter_input — Gets a specific **external variable** by name and optionally filters it
|
13
|
+
[http://php.net/manual/en/function.filter-input.php](http://php.net/manual/en/function.filter-input.php)
|
1
リンク化
answer
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
そういうテストはしたことないけど、
|
2
2
|
|
3
3
|
filter_input — 指定した名前の変数を“**外部から受け取り**”、オプションでそれをフィルタリングする
|
4
|
-
http://php.net/manual/ja/function.filter-input.php
|
4
|
+
[http://php.net/manual/ja/function.filter-input.php](http://php.net/manual/ja/function.filter-input.php)
|
5
5
|
|
6
6
|
これかな…
|