<?php $s = 'Привет, мир!'; var_dump(strlen($s));var_dump(mb_strlen($s));
Standard input is empty
int(21) int(12)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!