특정 첨자로 되어 있는 값만 출력하고 싶을 경우 array_column (PHP 5 >= 5.5.0, PHP 7)array_column — Return the values from a single column in the input array Description ¶ array array_column ( array $input , mixed $column_key [, mixed $index_key = null ] )array_column() returns the values from a single column of the input, identified by the column_key. Optionally, an index_key may be provided to index the values in t..