3v4l.org

run code in 300+ PHP versions simultaneously
<?php $email = "404:Not Found(CLIENT_ERROR):Product with ref '47493470' does not exist"; $domain = strstr($email, '404:Not Found(CLIENT_ERROR):Product with ref '); echo $domain; // Affiche : @example.com $user = strstr($email, '@', true); // Depuis PHP 5.3.0 echo $user; // Affiche : name

preferences:
41.13 ms | 402 KiB | 5 Q