Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mb_str_split
mb_str_split
Given a multibyte string, return its character array
Name:
mb_str_split
Category:
Multi-byte string
Programming Language:
php
One-line Description:
Given a multibyte string, return its character array
Related
How to Use the mb_str_split Function to Split Multibyte Strings: Step-by-Step Guide with Examples
7
Similar Functions
mb_strtolower
mb_strtolower
Setthestringtolowerc
mb_http_output
mb_http_output
Set/getHTTPoutputcha
mb_convert_variables
mb_convert_variables
Convertcharacterenco
mb_stripos
mb_stripos
Caseinsensitivelyfin
mb_ereg_search_getregs
mb_ereg_search_getregs
Searchresultsfromthe
mb_strpos
mb_strpos
Findwherethestringfi
mb_strrchr
mb_strrchr
Findthelastoccurrenc
mb_decode_mimeheader
mb_decode_mimeheader
DecodestringsinMIMEh
Popular Articles
How to Use the mb_str_split Function to Split Multibyte Strings: Step-by-Step Guide with Examples