Answer the question
In order to leave comments, you need to log in
Does anyone have php ctype functions working?
I'm testing the Respect/Validation php-validation library (available on the git, the most popular validation library).
There, all comparison functions are tied to the CTYPE family of functions (such as ctype_alnum, ctype_alpha, etc.). I tried to change the locale on my VDS
. The result is zero. I checked if the locale is installed in Linux itself - it is not installed. Installed, now on locale -a the answer is:setlocale(LC_ALL, 'ru_RU.utf8');
...
en_ZM.utf8
en_ZW.utf8
POSIX
<b>ru_RU
ru_RU.iso88595
ru_RU.utf8</b>
echo strftime("%A");
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question