[PHP-DEV] PHP 4.0 Bug #9654: is_type consolidation From: adam <email protected>
Date: 03/09/01

From: adam <email protected>
Operating system: FreeBSD 4.2
PHP version: 4.0.4pl1
PHP Bug Type: Feature/Change Request
Bug description: is_type consolidation

It would be much more clean and
quick to consolidate all the "is"
functions into like is_type($variable, "int")
and have it return the true or false
based on if the value of $variable is
the datatype you specified as the second
paramter. This makes more sense to
me then having like 20 is_whatever functions.

-- 
Edit Bug report at: http://bugs.php.net/?id=9654&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>