Assume that a variable named $currentRecord has already been used to read a line of text from a file and contains the string "Chris:Smith:2005". Which of the following lines of code will correctly parse the string and store the three values into variables $firstName, $lastName, and $year?