On Wed, June 27, 2007 10:53 am, Shekar Iyer wrote:
> How can one find the bit-size of the system on which PHP
> is running. php_uname() does not return bit type
MAYBE:
<?php
if (0xffffffff + 1 > 0xffffffff){
echo "64-bit";
}
else{
echo "32-bit";
}
?>
--
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php