单项选择题

A.substr($email,strpos($email,"@"));
B.strstr($email,"@");
C.strchr($email,"@");
D.substr($email,strpos($email,"@")+1);
E.strrpos($email,"@");