Home
PHP
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_output_handler
mb_output_handler
Callbackfunctionthat
mb_scrub
mb_scrub
Replacemalformedbyte
mb_split
mb_split
Splittingmultibytest
mb_language
mb_language
Set/getthecurrentlan
mb_substr_count
mb_substr_count
Calculatethenumberof
mb_substr
mb_substr
Getpartofthestring
mb_ereg_replace
mb_ereg_replace
Replaceregularexpres
mb_ord
mb_ord
Getthecodepointofthe
Popular Articles
Use mb_stristr to find the first substring in a string