Using array_reduce to Transform Data By Nick Escobedo January 24, 2018 8 min read Leave a comment In PHP 5615 views First, why we might transform data? If we have raw data from a database and need to send data to an external system or maybe export data. In either case we most likely don’t want to expose database column names ... Read more