Mostrar lista de opciones

strrchr()

« strpos | strrev »
<?php
$string 
strrchr (
    
// string $haystack
    
  // mixed $needle
);
?>
Resultado
$string = '@example.com'
Ejemplos
#1 strrchr  ("name@example.com",
 
"@")
Ver también
mb_strrchr, strrpos, strstr