Visualizzare l'elenco a discesa

strrchr()

« strpos | strrev »
<?php
$string 
strrchr (
    
// string $haystack
    
  // mixed $needle
);
?>
risultato
$string = '@example.com'
Esempi
#1 strrchr  ("name@example.com",
 
"@")
Vedi anche
mb_strrchr, strrpos, strstr