PHP - String Functions
Given the string
$data = 'user@example.com', how can you extract the domain part (after '@') using strstr?$data = 'user@example.com', how can you extract the domain part (after '@') using strstr?strstr returns substring from first occurrence to end, including the searched character.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions