Tags: 123inkt/utils
Tags
Adds Arrays::implode (#65) * Adds Arrays::implode to implode array like normal, but with support for iterables and allows BackedEnum as value * Update src/Arrays.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update tests/Unit/ArraysTest.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/Arrays.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Adds Arrays::implode to implode array like normal, but with support for iterables and allows BackedEnum as value --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Add arrays path accessor methods (#57) * Add Arrays::fetchByPath and Arrays::assignByPath * Add Arrays::fetchByPath and Arrays::assignByPath * Update tests/Unit/ArraysPathAccessorTest.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
PreviousNext