adbario / php-dot-notation

Dot notation access to PHP arrays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

array unflatten

graphis opened this issue · comments

It would be nice to be able to unflatten a dot notated array.

Have you tried the set() method? You can pass there an array and it will be unflattened if the keys are dot notated.

Closing due to inactivity.