<?php$a = "алах акбар!";$a1 = mb_substr($a, 0, 1);$a3 = mb_strtoupper($a1);var_dump($a1);var_dump($a3);echo "{$a1} {$a3}";
Standard input is empty
string(2) "а" string(2) "А" а А
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!