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.
$_SESSION['allCaps']=array("Calendar.png", "CD.png", "Chain.png");
次のページでは、これらの要素をシャッフルする必要がありますが、$_SESSION 自体はシャッフルする必要はありません。 では、どうすればプロセスを元に戻すことができますか:
$array = elements_from_$_SESSION['allCaps'] // Calendar.png...
$array = $_SESSION['allCaps']; shuffle($array);