Exibir a lista drop-down

strrpos()

« strripos | strspn »
<?php
$int 
strrpos (
    
// string $haystack
    
// string $needle
    
  // [int $offset = 0]
);
?>
resultado
$int = 17
Exemplos
#1 strrpos  ("0123456789a123456789b123456789c",
 
"7",
 -
5)
#2 strrpos  ("0123456789a123456789b123456789c",
 
"7",
 
20)
#3 strrpos  ("0123456789a123456789b123456789c",
 
"7",
 
28)
Veja também
grapheme_strrpos, iconv_strrpos, mb_strrpos, stripos, strpos, strrchr, strripos, substr