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
Example of a combination of PDOStatement::fetchObject and PDOStatement::fetchColumn
4
How to correctly use PHP's get_include_path() to get the current include path
7
How to Effectively Ensure Code Quality in PHP Frameworks? Best Practices and Tools Explained
2
Understanding PHP's zip_open() Function: A Guide to Working with ZIP Files
3
Similar Functions
mb_strtolower
mb_strtolower
Setthestringtolowerc
mb_strstr
mb_strstr
Findthefirstoccurren
mb_stristr
mb_stristr
Caseinsensitivelysea
mb_detect_encoding
mb_detect_encoding
Detectcharacterencod
mb_output_handler
mb_output_handler
Callbackfunctionthat
mb_ereg
mb_ereg
Multi-bytesupportsre
mb_decode_mimeheader
mb_decode_mimeheader
DecodestringsinMIMEh
mb_ereg_search_getpos
mb_ereg_search_getpos
Returnsthestartingpo
Popular Articles