ホームページ > に質問 > 本文
例
$a = 4,5,6
を取得したい
$b = array(
4 => 1,
5 => 1,
6 => 1
);
アドバイスをお願いします
灭绝师太2020-11-09 09:52:09
PHP array_fill_keys(),extract() 関数