[PHP] pobierz, plaintext <?php$string = 'mail@gmail.com';echo substr( $string, 0, strpos($string, '@' ));?>[PHP] pobierz, plaintext