Re: [PHP-DEV] Extend ArrayObject class

2019-11-24 Thread Marco Pivetta
On Sun, Nov 24, 2019, 13:16 Aimeos | Norbert Sendetzky wrote: > The ArrayObject class is only rarely used at the moment due to a lack > for almost all array_* functions beside the sort functions. > > Currently implemented by ArrayObject: > https://www.php.net/manual/en/class.arrayobject.php > > M

[PHP-DEV] Extend ArrayObject class

2019-11-24 Thread Aimeos | Norbert Sendetzky
The ArrayObject class is only rarely used at the moment due to a lack for almost all array_* functions beside the sort functions. Currently implemented by ArrayObject: https://www.php.net/manual/en/class.arrayobject.php Missing methods that would be most useful: array_​chunk array_​column array_​