<?php $str = "lelk"; $l = mb_strlen($str); $a = mb_substr($str, 1, 1); echo $a;
Standard input is empty
Standard output is empty
PHP Fatal error: Uncaught Error: Call to undefined function mb_strlen() in /home/PhGiEo/prog.php:5 Stack trace: #0 {main} thrown in /home/PhGiEo/prog.php on line 5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!