显示下拉菜单

strrchr()

« strpos | strrev »
<?php
$string 
strrchr (
    
// string $haystack
    
  // mixed $needle
);
?>
结果
$string = '@example.com'
示例
#1 strrchr  ("name@example.com",
 
"@")
另请参阅
mb_strrchr, strrpos, strstr