Display the drop-down list

strripos()

« strrev | strrpos »
<?php
$int 
strripos (
    
// string $haystack
    
// string $needle
    
  // [int $offset = 0]
);
?>
Result
$int = 2
Examples
#1 strripos  ("ababcd",
 
"aB")
See also
grapheme_strripos, mb_strripos, stripos, stristr, strpos, strrchr, strrpos, substr