DEV Community

Discussion on: PHP Collections: Array to Map

Collapse
 
shop profile image
toco

Looks like a serialized JSON string. You can use \Aimeos\Map::fromJson() to parse that and iterate over the resulting multi-dimensional collection.