Re[4]: [PHP] Q on setlocale...

2003-09-30 Thread Tom Rogers
Hi, Wednesday, October 1, 2003, 2:15:10 AM, you wrote: j> "Tom Rogers" <[EMAIL PROTECTED]> wrote in message j> news:[EMAIL PROTECTED] >> Those locales actually have to be available or they will be ignored and j> that >> will depend on what type of system your running on. j> OK, I'm on Windows 2k

Re: Re[2]: [PHP] Q on setlocale...

2003-09-30 Thread jsWalter
"Tom Rogers" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Those locales actually have to be available or they will be ignored and that > will depend on what type of system your running on. OK, I'm on Windows 2k, and after reading Microsofts docs, I thought it was all there. Mayb

Re[2]: [PHP] Q on setlocale...

2003-09-30 Thread Tom Rogers
Hi, Wednesday, October 1, 2003, 1:25:09 AM, you wrote: j> returns the current setting j> Thanks Tom... j> Now, if I understand this properly, j> This should return French_France... j>setlocale (LC_ALL, 'fr_FR'); j>echo setlocale (LC_ALL, ''); j> and this English_ Great Britain j>

Re: [PHP] Q on setlocale...

2003-09-30 Thread jsWalter
"Tom Rogers" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Sunday, September 28, 2003, 5:39:53 PM, you wrote: > j> I found this function, setlocale... > > j> now, is there a way to GET the LOCALE setting of a machine? > > j> Walter > > > call setlocale with 0 (zero or NULL)

Re: [PHP] Q on setlocale...

2003-09-28 Thread Tom Rogers
Hi, Sunday, September 28, 2003, 5:39:53 PM, you wrote: j> I found this function, setlocale... j> now, is there a way to GET the LOCALE setting of a machine? j> Walter call setlocale with 0 (zero or NULL) as the second parameter and it returns the current setting -- regards, Tom -- PHP Gen

[PHP] Q on setlocale...

2003-09-28 Thread jsWalter
I found this function, setlocale... now, is there a way to GET the LOCALE setting of a machine? Walter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php