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.
次のような配列からすべての値を回復したいと思います。
$var = array($jogo1_t1, $jogo1_t2, $jogo2_t1, $jogo2_t2, $jogo3_t1, $jogo3_t2);
各値を異なる変数にエクスポートする方法は?
例えば:
$var1 = FIRST ARRAY VALUE $var2 = SECOND ARRAY VALUE $var3 = THIRD ARRAY VALUE