|
|
|
|
|
by cliffy
2322 days ago
|
|
The problem is PHP calling an ordered map an array. Array in pretty much every other language means a sequence indexed by integers. Ideally the maintainers of PHP would rename it and deprecate the use of `array()` over a long period of time. |
|