ucfirst() function problem
- by Syom
i've asked about strtolower function. when use foreign languages it doesn't convert into uppercase, so i must use
mb_strtolower($a,"utf8");
and what can i do, if i want to use ucfirts() function? i haven't found any same function, where i can set encoding type.