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.
$arr = array(array(array(array(array()))));
上記の例は、5 次元の配列を示しています。
PHP配列で許可される次元の最大数はありますか? もしそうなら、その最大はいくらですか?
メモリ制限についてです。自分で試してみてください。
$array = array(); $temp_array = &$array; while (true) $temp_array = &$temp_array[0];
jQueryダイアログ内のタグ