Top "Mbstring" questions

MultiByte String in PHP

Detect if mbstring is enabled or not from PHP script

How can I check if the mbstring extension is loaded in a php script?

php mbstring
How do I install php mbstring extension in to Nginx Ubuntu

I need this php extension in order to use one of my Magento extension. How do I install php mbstring …

nginx ubuntu-14.04 magento-1.9.1 mbstring
Missing mbstring PHP extension when installing phpMyAdmin on Mac

PhpMyAdmin install errors Having some issues with installing phpMyAdmin. I would like to resolve the following issue, but don't have …

installation phpmyadmin mbstring
Multibyte trim in PHP?

Apparently there's no mb_trim in the mb_* family, so I'm trying to implement one for my own. I recently …

php regex unicode multibyte mbstring
Ubuntu 16.04 The mbstring extension is missing

I want to migrate my web server from unsupported version of ubuntu 12.10. I installed 16.04 and installed apache2, php7, mysql and …

php mysql ubuntu phpmyadmin mbstring
Dependency issue trying to install php-mbstring on ec2

I am trying to install yii2 on my Amazon Linux AMI instance, it requires the php-mbstring extension to work. When …

php amazon-ec2 dependencies yii2 mbstring
mb_strlen() is it enough?

When counting the length of an UTF-8 string in PHP I use mb_strlen(). For example: if (mb_strlen($name, …

php utf-8 multilingual mbstring
call to undefined function mb_strimwidth

Months ago I made a short code that uses mb_strimwidth() to exactly fit some text into a table cell, …

php string laravel truncation mbstring
Ensure that PHP is compiled with php_mbstring.dll enabled

I'm currently experiencing error on my application using php. here is the error message Error - mPDF requires mb_string …

php mpdf mbstring
PHP mb_substr() not working correctly?

This code print mb_substr('éxxx', 0, 1); prints an empty space :( It is supposed to print the first character, é. This …

php string utf-8 multibyte mbstring