<?phpdeclare(encoding='UTF-8'); $s = 'Привет, мир!'; var_dump(strlen($s));var_dump(mb_strlen($s));
Standard input is empty
int(21) int(12)
PHP Warning: declare(encoding=...) ignored because Zend multibyte feature is turned off by settings in /home/hhuDtK/prog.php on line 2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!