Re: [PHP-I18N] Ideas for a portable string api
[email protected] (Andrei Zmievski)
| Newsgroups | php.i18n |
|---|---|
| Message-ID | <[email protected]> |
My reason for suggesting it was that we can make sure that we are working with a 32-bit integer, regardless of the platform. -Andrei On Feb 20, 2006, at 10:25 PM, Andi Gutmans wrote: > Is there a reason why? > We usually just use int/uint almost anywhere... Then again I don't > really care because 32bit should be plenty (famous last words) for > strings.... > > Andi