[PHP] Strangers characters and UTF-8 encoding

2006-03-17 Thread Arnaldo Gandol
hi, I have troubles with strangers characters in my html pages, I've fixed them by using mb_convert_encoding() function with UTF-8 encoding but I've hear that mbstring library is unstable in some linux distributions. Does any body knows how to solve this problem without using mbstring library?.

Re: [PHP] How does one obtain the resolution of an image in PHP?

2006-03-16 Thread Arnaldo Gandol
hi, I have troubles with strangers characters in my html pages, I've fixed them by using mb_convert_encoding() function with UTF-8 encoding but I've hear that mbstring library is unstable in some linux distributions. Does any body knows how to solve this problem without using mbstring library. I

Re: [PHP] class constants

2006-03-07 Thread Arnaldo Gandol
getConstants()); ?> Thank you, I've try this above and works, I hadn't seen the message below. Excuse my english. On 3/7/06, Jared Williams < [EMAIL PROTECTED]> wrote: > > > > > > Hi, > > > > ReflectionClass > > > > getConstant > > getConstants > > hasConstant > > > > http://www.ren.dotgeek.org

Re: [PHP] class constants

2006-03-07 Thread Arnaldo Gandol
gt; getConstants > hasConstant > > http://www.ren.dotgeek.org/classbrowser/class.php?class=ReflectionClass > > Jared > > > -Original Message- > > From: Arnaldo Gandol [mailto:[EMAIL PROTECTED] > > Sent: 07 March 2006 21:03 > > To: php-general@l

[PHP] class constants

2006-03-07 Thread Arnaldo Gandol
how can I to iterate the class constant without knowing their names?, I've reviewed the Class/Object Functions and Reflexion and nothing, I dont want to use static class variables, can any one help.