when converting to boolean, the following values are considered false:
the boolean false itself the integer 0 (zero) the float 0.0 (zero) the empty string, and the string 0 an array with zero elements an object with zero member variables (php 4 only) the special type null (including unset variables) simplexml objects created from empty tags every other value is considered true (including any resource).