Pyh.conf’25: a new PHP conference for the Russian-speaking community

Voting

: max(one, nine)?
(Example: nine)

The Note You're Voting On

Anonymous
20 years ago
If you only need to extend the conversion by the characters of a certain language, it's possible to control this using an environment variable to change the locale:

setlocale(LC_CTYPE, "de_DE");

<< Back to user notes page

To Top