mb_strposDescriptionint mb_strpos ( string haystack, string needle [, int offset [, string encoding]] )
mb_strpos() returns the numeric position of
the first occurrence of
mb_strpos() performs multi-byte safe
strpos() operation based on number of
characters.
If
See also mb_strrpos(), mb_internal_encoding(), strpos() | ||