A
Q. What is the result of the following PHP code?
Code:
<?php
$url = "admin@mcqbuddy.com";
echo ltrim(strstr($url, "@"),"@");
?>
$url = "admin@mcqbuddy.com";
echo ltrim(strstr($url, "@"),"@");
?>
- Correct Answer - Option(B)
- Views: 18
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.