Exibir a lista drop-down

strrchr()

« strpos | strrev »
<?php
$string 
strrchr (
    
// string $haystack
    
  // mixed $needle
);
?>
resultado
$string = '@example.com'
Exemplos
#1 strrchr  ("name@example.com",
 
"@")
Veja também
mb_strrchr, strrpos, strstr