1.

What will be the output of the following PHP code?
<?php
$url = "interview@mania.com";
echo ltrim(strstr($url, "@"),"@");
?>

A. interview@mania.com
B. interviewmania.com
C. interview.com
D. mania.com
E. None of these
Answer» E. None of these


Discussion

No Comment Found

Related MCQs