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.
配列に設定されていない2 番目の参照パラメーターになるparse_strに渡すことができる入力はありますか?
したがって、条件を真にする値$x 。
parse_str($x, $array); if (is_array($array) === false)) { echo $x . ' wont parse to an array!'; }
null、falseおよびいくつかの文字列を試しましたが、それらはすべて$array空の配列になります。
null
false
$array