> I would like to know if a PHP built-in function/method exists which returns > one of the following combinations > - a boolean or an array > - a boolean or a resource > - a boolean or a closure > - a boolean or an object > > I searched in the language manual, but it is quite hard to be honest since > there is not really an overview. > Please get back to me if you are certain that there is not such a > function/method or give me an example if there is one. Although PHP is capable of returning different types of values, you should not do it. > > Cheers, > Robert > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- Marco Behnke Dipl. Informatiker (FH), SAE Audio Engineer Diploma Zend Certified Engineer PHP 5.3 Tel.: 0174 / 9722336 e-Mail: marco@xxxxxxxxxx Softwaretechnik Behnke Heinrich-Heine-Str. 7D 21218 Seevetal http://www.behnke.biz -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php