Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mb_stristr
mb_stristr
Case insensitively search for the first occurrence of a string in another string
Name:
mb_stristr
Category:
Multi-byte string
Programming Language:
php
One-line Description:
Case insensitively search for the first occurrence of a string in another string
Related
Use mb_stristr to find the first substring in a string
7
Similar Functions
mb_ereg_search_setpos
mb_ereg_search_setpos
Setthestartingpointf
mb_stripos
mb_stripos
Caseinsensitivelyfin
mb_strtoupper
mb_strtoupper
Setthestringtoupperc
mb_get_info
mb_get_info
Gettheinternalsettin
mb_ereg_search
mb_ereg_search
Multi-byteregularexp
mb_regex_set_options
mb_regex_set_options
Set/getdefaultoption
mb_detect_encoding
mb_detect_encoding
Detectcharacterencod
mb_ereg_replace
mb_ereg_replace
Replaceregularexpres
Popular Articles
Use mb_stristr to find the first substring in a string