3v4l.org

run code in 300+ PHP versions simultaneously
<?php $email = 'categoryparameterusedpricing_15'; $domain = strstr($email, '_'); echo $domain; // выводит @example.com $user = strstr($email, '_', true); // Начиная с PHP 5.3.0 echo $user; // выводит name

preferences:
41.79 ms | 402 KiB | 5 Q