lithium\g11n\multibyte\adapter\Intl::strpos()
Here used as a multibyte enabled equivalent of strpos()
.
Parameters
-
string
$haystack
-
string
$needle
-
integer
$offset
Returns
integer|booleanLinks
Source
public function strpos($haystack, $needle, $offset) {
return grapheme_strpos($haystack, $needle, $offset);
}