ucfirst() function problem
Posted
by Syom
on Stack Overflow
See other posts from Stack Overflow
or by Syom
Published on 2010-03-25T17:33:44Z
Indexed on
2010/03/25
17:43 UTC
Read the original article
Hit count: 532
php
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.
© Stack Overflow or respective owner