Extract a Specific Column of Values from an Array of Associative Arrays
Easily extract all values from a specific key (like a column in a database table) into a new simple array from a multi-dimensional PHP array using the built-in `array_column` function.