Kết quả của đoạn code dưới đây là? <?php function email() { $email = ’user@yahoo . com’; $new = strstr($email, ‘@'); echo $new; } email(); ?>39/50Kết quả của đoạn code dưới đây là?<?phpfunction email(){$email = ’user@yahoo . com’;$new = strstr($email, ‘@');echo $new;}email();?>useruser@yahoo.com@yahoo.comyahoo.comGiải thíchC là đáp án đúng