3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = array( array( 'tag_name' => 'google' ), array( 'tag_name' => 'technology' ) ); $ids = array_column($input, 'tag_name'); $output = implode(',', $ids); echo $output;

preferences:
36.69 ms | 402 KiB | 5 Q