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.
問題
$_POSTリクエストからの変数名として、文字列/配列の不明な値を使用することは可能ですか?
$_POST
例えば
$_POST['send'] = 'myVariable'; // Make 'myVariable' = $myVariable;
私はextract()関数を読み、この記事を読みましたが、どちらも既知の値を持っています。
未知の値でそれを行う方法はありますか?