Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mb_strrichr
mb_strrichr
Case insensitively looking for the last occurrence of a specified character in another string
Name:
mb_strrichr
Category:
Multi-byte string
Programming Language:
php
One-line Description:
Case insensitively looking for the last occurrence of a specified character in another string
Related
Tips for using imageflip and imagecreatefromstring
5
How to Combine CDN and PHP to Enhance Website Performance and Loading Speed
10
In-Depth Guide to PHP JSON Token Parsing Techniques and Best Practices
4
How to Determine the File Size Inside a ZIP Archive Using PHP's ZipArchive Class
6
Similar Functions
mb_decode_numericentity
mb_decode_numericentity
Decodeintocharacters
mb_language
mb_language
Set/getthecurrentlan
mb_convert_case
mb_convert_case
Convertastringcase
mb_str_split
mb_str_split
Givenamultibytestrin
mb_encode_numericentity
mb_encode_numericentity
Encodecharactersinto
mb_encoding_aliases
mb_encoding_aliases
Getanaliasforaknowne
mb_stristr
mb_stristr
Caseinsensitivelysea
mb_strrpos
mb_strrpos
Findthelastlocationo
Popular Articles