On Friday, January 10, 2003, at 02:33 AM, Rob wrote: > But what happens if I get back a key of 0, since 0 in php is > equivalent to > false? Is there any way to check whether > $key came back as an int or a bool? Try if ($key === false) { // false it is } The third '=' compares the two to see that they are also of the same type. Or if you just want to check the type and not the value, check out the function http://www.php.net/is_bool and the related functions listed on that page. Cheers, Lux > > Thanks > > --- > Rob > > ************************** > Rob Cherry > mailto:rob@jamwarehouse.com > +27 21 447 7440 > Jam Warehouse RSA > Smart Business Innovation > http://www.jamwarehouse.com > ************************** -- John Luxford President and Chief Developer ______________________________ SIMIAN systems Driving Web Content Management ______________________________ web : http://www.simian.ca/ email : lux@simian.ca phone : 204.946.5955 ------------------------ Yahoo! Groups Sponsor ---------------------~--> Turn flat surfaces into speakers with the Soundbug. http://us.click.yahoo.com/QWAVSC/onCFAA/xGHJAA/saFolB/TM ---------------------------------------------------------------------~-> Look here for Free PHP Classes of objects: http://phpclasses.UpperDesign.com/ To unsubscribe from this group, send an email to: php-objects-unsubscribe@egroups.com Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/