From:             [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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to