note 102798 deleted from function.setlocale by danbrown
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: Darwin ---- Anonymous' getlocale() function is wrong. setlocale($category, null) doesn't get the current locale, but sets the default value. Call setlocale($category, "0") to get the current locale.