arrays
arrays copied to clipboard
Yii Array Helper
closes #135 | Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌
### What the problem? https://github.com/yiisoft/arrays/blob/c3d14a3dea93edd44759de57105f02f18c135cad/src/ArrayHelper.php#L210-L212 Current implementation of `getValue($array, $key)` with $key as anonymous function is not match with the phrases `Retrieves the value of an array element`. basically it...
I think we would be nice to introduce method 'nest' similar to CakePHP one to ArrayHelper. It is used to create threaded data (with children nodes). More information regarding it:...
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ❌ | Breaks BC? | ❌