I\'m a novice at PHP and I need a quick solution to the following problem but can\'t seem to come up with one:
I have a multi-dimensional array like so
join(',', array_map(function (array $tag) { return $tag['tag_name']; }, $array))