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