Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mb_convert_case
mb_convert_case
Convert a string case
Name:
mb_convert_case
Category:
Multi-byte string
Programming Language:
php
One-line Description:
Convert a string case
Related
How to handle multibyte character sets (such as UTF-8) in mb_convert_case
3
How to Use the fgetss Function in PHP? A Complete Guide for Beginners
4
How to Correctly Use the mb_convert_case Function to Convert Strings to Uppercase? Step-by-Step Guide
2
Similar Functions
mb_send_mail
mb_send_mail
Sendencodedemails
mb_ereg_replace_callback
mb_ereg_replace_callback
Performregularexpres
mb_strrchr
mb_strrchr
Findthelastoccurrenc
mb_strlen
mb_strlen
Getthestringlength
mb_parse_str
mb_parse_str
ParseGET/POST/COOKIE
mb_convert_encoding
mb_convert_encoding
Convertcharacterenco
mb_strtolower
mb_strtolower
Setthestringtolowerc
mb_check_encoding
mb_check_encoding
Checkwhetherthestrin
Popular Articles
How to Use the fgetss Function in PHP? A Complete Guide for Beginners
How to handle multibyte character sets (such as UTF-8) in mb_convert_case
How to Correctly Use the mb_convert_case Function to Convert Strings to Uppercase? Step-by-Step Guide