3v4l.org

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

preferences:
53.26 ms | 402 KiB | 5 Q