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.
私は配列を持っています:
Array ( foo => 1, bar => 2 ....... )
unlimit params を使用した関数では、次のように関数を呼び出す必要があります。
$x = myFunc(array('foo'=>1), array('bar'=>2),...);
evalなしで可能ですか?