PHP PDO Import CSV file into MySQL Database

But how do I take this

Array ( [0] => DOE, JOHN A [1] => 1234 ALEXANDER BLVD. RICHMOND, VA 39568 [2] => 1234 ALEXANDER BLVD. RICHMOND, VA 39568 [3] => 02-03 [4] => 22 [5] => NL [6] => M [7] => REP [8] => W [9] => 123-456-7890 )

and import it into MySQL? You can’t import an array directly into a table…can you?