Strings & Patterns Learning Mode

You want to parse the following string in PHP:

<?
$some_string="Student\tJohn\nMichel\tMaria"; 
?>

Which of the following PHP functions will you use to parse the string according to the \t and \n characters?