Kris's Wiki
Log In
You are here:
start
»
php
»
hints
This is an old revision of the document!
PHP
Hints & Tips
setlocale
The settings for Windows and Linux are different: see Tip in
PHP Help setlocale
Linux:
setlocale(LC_ALL, 'nl_BE');
Windows:
setlocale(LC_ALL, 'nld_nld');
Page tools
Show pagesource
Old revisions
Backlinks
Back to top