mb_strpos($haystack, $needle[, $offset = 0[, $encoding = NULL]])
Parameters:
$haystack (string) – String to search in
$needle (string) – Part of string to search for
$offset (int) – Search offset
$encoding (string) – Character set Returns:
Numeric character position of where $needle was found or FALSE if not found Return type:
mixed
For more information, please refer to the PHP manual for mb_strpos().