Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.2K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Java
10.8K+ articles
PHP
3.9K+ articles
PHP-function
2.3K+ articles
PHP-Multibyte-String
48 posts
Recent Articles
Popular Articles
PHP mb_substitute_character() Function
Last Updated: 07 May 2023
The mb_substitute_character() is an inbuilt function in PHP that sets or retrieves the substitution character used when a multi-byte string cannot be represented in the sp...
read more
PHP
PHP-function
PHP-Multibyte-String
PHP mb_strcut() Function
Last Updated: 07 May 2023
The mb_strcut() is an inbuilt function in PHP that returns a portion of a multi-byte string based on a specified length and starting position.Syntax:mb_strcut( $string, $s...
read more
PHP
PHP-function
PHP-Multibyte-String
PHP mb_strrchr() Function
Last Updated: 07 May 2023
The mb_strrchr() is an inbuilt function in PHP that searches a multi-byte string for the last occurrence of a specified character and returns the portion of the string tha...
read more
PHP
PHP-function
PHP-Multibyte-String
PHP mb_substr() Function
Last Updated: 07 May 2023
The mb_substr() is an inbuilt function in PHP that is used to extract a portion of a string, based on a specified starting position and length, while taking into account t...
read more
PHP
PHP-function
PHP-Multibyte-String
PHP mb_encode_numericentity() Function
Last Updated: 11 March 2024
The mb_encode_numercentity() function is an inbuilt function in PHP that is used to encode HTML entities with numerical values encoded using either decimal or hexadecimal ...
read more
PHP
PHP-function
PHP-Multibyte-String
PHP iconv_strpos() Function
Last Updated: 07 May 2023
The iconv_strpos() is an inbuilt function in PHP that is used for finding a position in the substring and returning that position.Syntax:iconv_strpos( string $haystack...
read more
PHP
PHP-function
PHP-Multibyte-String
PHP mb_stristr() Function
Last Updated: 13 September 2023
The mb_stristr() is an inbuilt function in PHP that is used to get the first occurrence of a string within another string. It will check case insensitivity.Syntax:mb_stris...
read more
PHP
PHP-Multibyte-String
PHP mb_stripos() Function
Last Updated: 01 August 2023
The mb_stripos() function is an inbuilt case-insensitive function that finds the first occurrence of a substring in the string.Syntax:int|false mb_stripos( string $hay...
read more
PHP
PHP-function
PHP-Multibyte-String
PHP mb_strrichr() Function
Last Updated: 28 April 2025
The mb_strrichr() function is a case-insensitive in-built function. This function searches a multi-byte string for the last occurrence of a specified character and returns...
read more
PHP
PHP-Multibyte-String
PHP mb_ereg_search_pos() Function
Last Updated: 13 September 2023
The mb_ereg_search_pos() is an inbuilt function in PHP that is used in regular expressions to match a given string. It searches for the first occurrence of a pattern in th...
read more
PHP
PHP-function
PHP-Multibyte-String
PHP mb_ereg_search_regs() Function
Last Updated: 04 October 2023
The mb_ereg_search_regs() function is an inbuilt function in PHP that is used for regular expressions to match a given string. If the match is found, then it will return t...
read more
PHP
PHP-function
PHP-Multibyte-String
PHP mb_eregi() Function
Last Updated: 03 October 2023
The mb_eregi() function is an inbuilt function in PHP that performs case-insensitive regular expression matches on a string having multibyte support. If the string pattern...
read more
PHP
PHP-function
PHP-Multibyte-String
PHP mb_http_output() Function
Last Updated: 28 April 2025
The mb_http_output() function is an inbuilt function in PHP that is used to set and retrieve the character encoding. This function allows you to specify a character encodi...
read more
PHP
PHP-function
PHP-Multibyte-String
PHP mb_convert_kana() Function
Last Updated: 28 September 2023
The mb_convert_kana() is an inbuilt function in PHP that is used to convert text into full-width and half-width.Syntax:mb_convert_kana($string,$mode, $encoding) : stringPa...
read more
PHP
PHP-function
PHP-Multibyte-String
PHP mb_encode_numericentity() Function
Last Updated: 28 September 2023
The mb_encode_numericentity() function is an inbuilt function in PHP that is used to convert characters in a given string to their corresponding HTML numeric entity repres...
read more
PHP
PHP-function
PHP-Multibyte-String
1
2
3
4
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !