MCQs > IT & Programming > PHP 5 > Given: $email = ‘[email protected]’; which code block will output example.com?

PHP 5 MCQs

Given: $email = ‘[email protected]’; which code block will output example.com?

Answer

Correct Answer: print substr($email, strpos($email, ‘@’) + 1);

Explanation:

Note: This Question is unanswered, help us to find answer for this one

PHP 5 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PHP 5 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it