Closed roberto-butti closed 2 years ago
Add new method to Arr class, in src/Arr.php file
The entries() method returns a new Arr object that contains the key/value pairs for each index in the array. See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/entries
closed #37
What
Add new method to Arr class, in src/Arr.php file
Description
The entries() method returns a new Arr object that contains the key/value pairs for each index in the array. See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/entries
Checklist