On Saturday 25 August 2001 14:44, Saurabh Kapoor wrote:
> I am a C programmer, looking to migrate some code to PHP (Unusual, but
> my colleagues request it).
>
> Can someone tell me the size (in bytes) of the type int in PHP.
It's sizeof (int), i.e. the same size as an int in C on that platform.
I am a C programmer, looking to migrate some code to PHP (Unusual, but my
colleagues request it).
Can someone tell me the size (in bytes) of the type int in PHP.
I need a 16 bit (2 byte) storage unit (I use a lot of bitwise operations)
Thanx...
--
PHP General Mailing List (http://www.php.net
2 matches
Mail list logo