<?php // String which is 3 characters long$str = "Æ¢"; var_dump( strlen($str), mb_strlen($str));
Standard input is empty
int(6) int(3)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!