Contents ../ lithium\g11n\multibyte\adapter\Intl::strrpos() public method Here used as a multibyte enabled equivalent of strrpos(). Parameters string $haystack string $needle Returns integer|boolean Links http://php.net/function.grapheme-strpos.php Source public function strrpos($haystack, $needle) { return grapheme_strrpos($haystack, $needle); }