回答編集履歴
1
修正
answer
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
```php
|
4
4
|
<?php
|
5
|
-
$test[0]
|
5
|
+
$test[0][0] = "20000";
|
6
6
|
var_dump($test);//array(1) { [0]=> array(1) { [0]=> string(5) "20000" } }
|
7
7
|
|
8
8
|
foreach($test as $t) {
|