You are right. According to the PHP manual there is no boolean type
as none is listed in chapter 2.6 but there are variables called TRUE and
FALSE which evaluate to a true value and a false value respectively as
indicated in chapter 2.8. Thanks for quoting from chapter 9. I should
be paying more attention to the manual.

BTW is there a way to determine the exact size of the integer type in PHP?

Thanks,

Neil


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to