Display the drop-down list

iconv_strrpos()

« iconv_strpos | iconv_substr »
<?php
$int 
iconv_strrpos (
    
// string $haystack
    
// string $needle
    
?  // [string $charset = ini_get("iconv.internal_encoding")]
);

// enter non ASCII chars in hex in $haystack or $needle if $charset is not UTF-8
?>
Result
$int = 7
Examples
#1 iconv_strrpos  ("hello world",
 
"o",
 
"UTF-8")
#2 iconv_strrpos  ("hello world",
 
"x",
 
"UTF-8")
See also
iconv_strpos, mb_strrpos, strrpos