<?php echo strlen("ABCDE")."\n";echo strlen("あいうえお")."\n\n"; echo mb_strlen("ABCDE","UTF-8")."\n";echo mb_strlen("あいうえお","UTF-8")."\n";
Standard input is empty
5 15 5 5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!